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