GnssStatusCompat
GnssStatus representation that works across all Android versions. See GnssStatus and GpsStatus.
Note: When used to wrap GpsStatus, the best performance can be obtained by using a monotonically increasing satelliteIndex
parameter (for instance, by using a loop from 0 to getSatelliteCount). Random access is supported but performance may suffer.
Types
Link copied to clipboard
See GnssStatus.Callback.
Link copied to clipboard
Properties
Link copied to clipboard
Constellation type constant for Beidou.
Link copied to clipboard
Constellation type constant for Galileo.
Link copied to clipboard
Constellation type constant for Glonass.
Link copied to clipboard
Constellation type constant for GPS.
Link copied to clipboard
Constellation type constant for IRNSS.
Link copied to clipboard
Constellation type constant for QZSS.
Link copied to clipboard
Constellation type constant for SBAS.
Link copied to clipboard
Unknown constellation type.
Functions
Link copied to clipboard
See getAzimuthDegrees and getAzimuth.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
See getCn0DbHz and getSnr.
Link copied to clipboard
See getConstellationType.
Link copied to clipboard
See getElevationDegrees and getElevation.
Link copied to clipboard
See getSatelliteCount and getMaxSatellites.
Link copied to clipboard
See hasAlmanacData and hasAlmanac.
Link copied to clipboard
See hasBasebandCn0DbHz.
Link copied to clipboard
Link copied to clipboard
See hasEphemerisData and hasEphemeris.
Link copied to clipboard
Wraps the given GnssStatus as GnssStatusCompat.
Wraps the given GpsStatus as GnssStatusCompat.