QGeoPositionInfoSourceFactory¶
The
QGeoPositionInfoSourceFactory
class is a factory class used as the plugin interface for external providers of positioning data. More…

Detailed Description¶
The other functions must be overridden by all plugins, other than sourcePriority() which defaults to returning 0. Higher values of priority will be preferred to lower ones.
-
class
QGeoPositionInfoSourceFactory
¶
-
PySide2.QtPositioning.QGeoPositionInfoSourceFactory.
areaMonitor
(parent)¶ - Parameters
parent –
QObject
- Return type
Returns a new
QGeoAreaMonitorSource
associated with this plugin with parentparent
. Can also return 0, in which case the plugin loader will use the factory with the next highest priority.
-
PySide2.QtPositioning.QGeoPositionInfoSourceFactory.
positionInfoSource
(parent)¶ - Parameters
parent –
QObject
- Return type
Returns a new
QGeoPositionInfoSource
associated with this plugin with parentparent
. Can also return 0, in which case the plugin loader will use the factory with the next highest priority.
-
PySide2.QtPositioning.QGeoPositionInfoSourceFactory.
satelliteInfoSource
(parent)¶ - Parameters
parent –
QObject
- Return type
Returns a new
QGeoSatelliteInfoSource
associated with this plugin with parentparent
. Can also return 0, in which case the plugin loader will use the factory with the next highest priority.