QGeoPositionInfoSourceFactory

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

Inheritance diagram of PySide2.QtPositioning.QGeoPositionInfoSourceFactory

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 PySide2.QtPositioning.QGeoPositionInfoSourceFactory
PySide2.QtPositioning.QGeoPositionInfoSourceFactory.areaMonitor(parent)
Parameters:

parentPySide2.QtCore.QObject

Return type:

PySide2.QtPositioning.QGeoAreaMonitorSource

Returns a new QGeoAreaMonitorSource associated with this plugin with parent parent . 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:

parentPySide2.QtCore.QObject

Return type:

PySide2.QtPositioning.QGeoPositionInfoSource

Returns a new QGeoPositionInfoSource associated with this plugin with parent parent . 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:

parentPySide2.QtCore.QObject

Return type:

PySide2.QtPositioning.QGeoSatelliteInfoSource

Returns a new QGeoSatelliteInfoSource associated with this plugin with parent parent . Can also return 0, in which case the plugin loader will use the factory with the next highest priority.