- All Superinterfaces:
QGeoPositionInfoSourceFactory
,QtObjectInterface
- All Known Implementing Classes:
QGeoPositionInfoSourceFactoryV2.Impl
public interface QGeoPositionInfoSourceFactoryV2
extends QtObjectInterface, QGeoPositionInfoSourceFactory
Extends QGeoPositionInfoSourceFactory, adding factory methods taking a parameters argument
Java wrapper for Qt's class QGeoPositionInfoSourceFactoryV2
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Implementor class for interfaceQGeoPositionInfoSourceFactoryV2
-
Method Summary
Modifier and TypeMethodDescriptionareaMonitor
(QObject parent) areaMonitorWithParameters
(QObject parent, Map<String, ? extends Object> parameters) positionInfoSource
(QObject parent) positionInfoSourceWithParameters
(QObject parent, Map<String, ? extends Object> parameters) satelliteInfoSource
(QObject parent) satelliteInfoSourceWithParameters
(QObject parent, Map<String, ? extends Object> parameters) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
areaMonitor
- Specified by:
areaMonitor
in interfaceQGeoPositionInfoSourceFactory
-
areaMonitorWithParameters
@QtUninvokable QGeoAreaMonitorSource areaMonitorWithParameters(QObject parent, Map<String, ? extends Object> parameters) -
positionInfoSource
- Specified by:
positionInfoSource
in interfaceQGeoPositionInfoSourceFactory
-
positionInfoSourceWithParameters
@QtUninvokable QGeoPositionInfoSource positionInfoSourceWithParameters(QObject parent, Map<String, ? extends Object> parameters) -
satelliteInfoSource
- Specified by:
satelliteInfoSource
in interfaceQGeoPositionInfoSourceFactory
-
satelliteInfoSourceWithParameters
@QtUninvokable QGeoSatelliteInfoSource satelliteInfoSourceWithParameters(QObject parent, Map<String, ? extends Object> parameters)
-