Class: QgsGpsInformation

class qgis.core.QgsGpsInformation

Bases: sip.wrapper

Encapsulates information relating to a GPS position fix.

Enums

FixStatus

alias of GpsFixStatus

Methods

bestFixStatus

Returns the best fix status and corresponding constellation.

componentValue

Returns the value of the corresponding GPS information component.

constellationFixStatus

Returns a map of GNSS constellation to fix status.

fixStatus

Returns the fix status

isValid

Returns whether the connection information is valid

qualityDescription

Returns a descriptive string for the signal quality.

Attributes

FixStatus

alias of GpsFixStatus

bestFixStatus(self) Tuple[Qgis.GpsFixStatus, Qgis.GnssConstellation]

Returns the best fix status and corresponding constellation.

Return type:

Tuple[Qgis.GpsFixStatus, Qgis.GnssConstellation]

Returns:

  • best current fix status

  • constellation: will be set to the constellation with best fix status

New in version 3.30.

componentValue(self, component: Qgis.GpsInformationComponent) Any

Returns the value of the corresponding GPS information component.

New in version 3.30.

Parameters:

component (Qgis.GpsInformationComponent) –

Return type:

Any

constellationFixStatus(self) Dict[Qgis.GnssConstellation, Qgis.GpsFixStatus]

Returns a map of GNSS constellation to fix status.

New in version 3.30.

Return type:

Dict[Qgis.GnssConstellation, Qgis.GpsFixStatus]

direction
elevation
elevation_diff
fixMode
fixStatus(self) Qgis.GpsFixStatus

Returns the fix status

Deprecated since version ,: use constellationFixStatus() or bestFixStatus() instead.

Return type:

Qgis.GpsFixStatus

fixType
hacc
hdop
hvacc
isValid(self) bool

Returns whether the connection information is valid

New in version 3.10.

Return type:

bool

latitude
longitude
pdop
quality
qualityDescription(self) str

Returns a descriptive string for the signal quality.

New in version 3.16.

Return type:

str

qualityIndicator
satInfoComplete
satPrn
satellitesInView
satellitesUsed
speed
status
utcDateTime
utcTime
vacc
vdop