- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QGeoPositionInfoSourceFactory.Impl
Factory class used as the plugin interface for external providers of positioning data
Java wrapper for Qt class QGeoPositionInfoSourceFactory
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Implementor class for interfaceQGeoPositionInfoSourceFactory
-
Method Summary
Modifier and TypeMethodDescriptionareaMonitor
(QObject parent, Map<String, Object> parameters) positionInfoSource
(QObject parent, Map<String, Object> parameters) satelliteInfoSource
(QObject parent, Map<String, Object> parameters) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
areaMonitor
-
positionInfoSource
@QtUninvokable QGeoPositionInfoSource positionInfoSource(QObject parent, Map<String, Object> parameters) -
satelliteInfoSource
@QtUninvokable QGeoSatelliteInfoSource satelliteInfoSource(QObject parent, Map<String, Object> parameters)
-