内容表

上一话题

QGeoPositionInfoSource

下一话题

QGeoRectangle

QGeoPositionInfoSourceFactory

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

Inheritance diagram of PySide2.QtPositioning.QGeoPositionInfoSourceFactory

详细描述

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 )
参数

parent QObject

返回类型

QGeoAreaMonitorSource

返回新 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

返回新 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

返回新 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.