QGeoAreaMonitorSource¶
- PyQt5.QtPositioning.QGeoAreaMonitorSource
Inherits from QObject.
Description¶
TODO
Classes¶
Enums¶
- AreaMonitorFeature
TODO
Member
Value
Description
AnyAreaMonitorFeature TODO
TODO
PersistentAreaMonitorFeature TODO
TODO
- Error
TODO
Member
Value
Description
AccessError TODO
TODO
InsufficientPositionInfo TODO
TODO
NoError TODO
TODO
UnknownSourceError TODO
TODO
Methods¶
- __init__(QObject)
TODO
- activeMonitors() → List[QGeoAreaMonitorInfo]
TODO
- activeMonitors(QGeoShape) → List[QGeoAreaMonitorInfo]
TODO
-
@staticmethod
availableSources() → List[str] TODO
-
@staticmethod
createDefaultSource(QObject) → QGeoAreaMonitorSource TODO
-
@staticmethod
createSource(str, QObject) → QGeoAreaMonitorSource TODO
- error() → Error
TODO
- positionInfoSource() → QGeoPositionInfoSource
TODO
- requestUpdate(QGeoAreaMonitorInfo, str) → bool
TODO
- setPositionInfoSource(QGeoPositionInfoSource)
TODO
- sourceName() → str
TODO
- startMonitoring(QGeoAreaMonitorInfo) → bool
TODO
- stopMonitoring(QGeoAreaMonitorInfo) → bool
TODO
- supportedAreaMonitorFeatures() → AreaMonitorFeatures
TODO
Signals¶
- areaEntered(QGeoAreaMonitorInfo, QGeoPositionInfo)
TODO
- areaExited(QGeoAreaMonitorInfo, QGeoPositionInfo)
TODO
- error()
TODO
- error(Error)
TODO
- monitorExpired(QGeoAreaMonitorInfo)
TODO