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 PySide2.QtPositioning.QGeoPositionInfoSourceFactory¶
- PySide2.QtPositioning.QGeoPositionInfoSourceFactory.areaMonitor(parent)¶
- Parameters:
parent –
PySide2.QtCore.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 –
PySide2.QtCore.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 –
PySide2.QtCore.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.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.