- 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 class QGeoPositionInfoSourceFactoryV2
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QGeoPositionInfoSourceFactoryV2.Impl
Implementor class for interfaceQGeoPositionInfoSourceFactoryV2
-
Method Summary
Modifier and Type Method Description QGeoAreaMonitorSource
areaMonitor(QObject parent)
QGeoAreaMonitorSource
areaMonitorWithParameters(QObject parent, Map<String,Object> parameters)
QGeoPositionInfoSource
positionInfoSource(QObject parent)
QGeoPositionInfoSource
positionInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)
QGeoSatelliteInfoSource
satelliteInfoSource(QObject parent)
QGeoSatelliteInfoSource
satelliteInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)
-
Method Details
-
areaMonitor
- Specified by:
areaMonitor
in interfaceQGeoPositionInfoSourceFactory
-
areaMonitorWithParameters
@QtUninvokable QGeoAreaMonitorSource areaMonitorWithParameters(QObject parent, Map<String,Object> parameters) -
positionInfoSource
- Specified by:
positionInfoSource
in interfaceQGeoPositionInfoSourceFactory
-
positionInfoSourceWithParameters
@QtUninvokable QGeoPositionInfoSource positionInfoSourceWithParameters(QObject parent, Map<String,Object> parameters) -
satelliteInfoSource
- Specified by:
satelliteInfoSource
in interfaceQGeoPositionInfoSourceFactory
-
satelliteInfoSourceWithParameters
@QtUninvokable QGeoSatelliteInfoSource satelliteInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)
-