Class: QgsQtLocationConnection¶
A GPS connection subclass based on the Qt Location libraries.
Note
may not be available in Python bindings on all platforms
Note
This is an abstract class, with methods which must be implemented by a subclass.
The following methods must be implemented: QgsGpsConnection.parseData()
Class Hierarchy¶
Base classes¶
Abstract base class for connections to a GPS device. |
|
Methods
Needed to make QtLocation detected |
|
Called when the number of satellites in use is updated. |
|
Called when the number of satellites in view is updated. |
- class qgis.core.QgsQtLocationConnection¶
Bases:
QgsGpsConnection- broadcastConnectionAvailable(self)¶
Needed to make QtLocation detected
- satellitesInUseUpdated(self, satellites: Iterable[QGeoSatelliteInfo])¶
Called when the number of satellites in use is updated.
Note
not available in Python bindings on android
- Parameters:
satellites (Iterable[QGeoSatelliteInfo])
- satellitesInViewUpdated(self, satellites: Iterable[QGeoSatelliteInfo])¶
Called when the number of satellites in view is updated.
Note
not available in Python bindings on android
- Parameters:
satellites (Iterable[QGeoSatelliteInfo])