Class: QgsQtLocationConnection

class qgis.core.QgsQtLocationConnection

Bases: QgsGpsConnection

A GPS connection subclass based on the Qt Location libraries.

Note

may not be available in Python bindings on all platforms

Methods

broadcastConnectionAvailable

Needed to make QtLocation detected

childEvent

connectNotify

customEvent

disconnectNotify

isSignalConnected

parseData

Parse available data source content

receivers

satellitesInUseUpdated

Called when the number of satellites in use is updated.

satellitesInViewUpdated

Called when the number of satellites in view is updated.

sender

senderSignalIndex

timerEvent

broadcastConnectionAvailable(self)

Needed to make QtLocation detected

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
isSignalConnected(self, QMetaMethod) bool
parseData(self)

Parse available data source content

receivers(self, PYQT_SIGNAL) int
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]) –

sender(self) QObject
senderSignalIndex(self) int
timerEvent(self, QTimerEvent)