QGeoPositionInfoSourceFactoryclass is a factory class used as the plugin interface for external providers of positioning data. 更多 …
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.
QGeoPositionInfoSourceFactory
¶
PySide2.QtPositioning.QGeoPositionInfoSourceFactory.
areaMonitor
(
parent
)
¶
parent
–
QObject
返回新
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
)
¶
parent
–
QObject
返回新
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
)
¶
parent
–
QObject
返回新
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.