QGeoSatelliteInfoSource¶

PyQt5.QtPositioning.QGeoSatelliteInfoSource

Inherits from QObject.

Description¶

TODO

Enums¶

Error

TODO

Member

Value

Description

AccessError

TODO

TODO

ClosedError

TODO

TODO

NoError

TODO

TODO

UnknownSourceError

TODO

TODO

Methods¶

__init__(QObject)

TODO


@staticmethod
availableSources() → List[str]

TODO


@staticmethod
createDefaultSource(QObject) → QGeoSatelliteInfoSource

TODO


@staticmethod
createDefaultSource(Dict[str, Any], QObject) → QGeoSatelliteInfoSource

TODO


@staticmethod
createSource(str, QObject) → QGeoSatelliteInfoSource

TODO


@staticmethod
createSource(str, Dict[str, Any], QObject) → QGeoSatelliteInfoSource

TODO


error() → Error

TODO


minimumUpdateInterval() → int

TODO


requestUpdate(timeout: int = 0)

TODO


setUpdateInterval(int)

TODO


sourceName() → str

TODO


startUpdates()

TODO


stopUpdates()

TODO


updateInterval() → int

TODO

Signals¶

error()

TODO


error(Error)

TODO


requestTimeout()

TODO


satellitesInUseUpdated(Iterable[QGeoSatelliteInfo])

TODO


satellitesInViewUpdated(Iterable[QGeoSatelliteInfo])

TODO