Java android.location GnssStatus fields, constructors, methods, implement or subclass

Example usage for Java android.location GnssStatus fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.location GnssStatus.

The text is from its open source code.

Field

intCONSTELLATION_UNKNOWN
Unknown constellation type.
intCONSTELLATION_GPS
Constellation type constant for GPS.

Method

floatgetAzimuthDegrees(int satIndex)
Retrieves the azimuth the satellite at the specified index.
floatgetCn0DbHz(int satIndex)
Retrieves the carrier-to-noise density at the antenna of the satellite at the specified index in dB-Hz.
intgetConstellationType(int satIndex)
Retrieves the constellation type of the satellite at the specified index.
floatgetElevationDegrees(int satIndex)
Retrieves the elevation of the satellite at the specified index.
intgetSatelliteCount()
Gets the total number of satellites in satellite list.
intgetSvid(int satIndex)
Gets the identification number for the satellite at the specific index.
booleanhasAlmanacData(int satIndex)
Reports whether the satellite at the specified index has almanac data.
booleanhasEphemerisData(int satIndex)
Reports whether the satellite at the specified index has ephemeris data.
booleanusedInFix(int satIndex)
Reports whether the satellite at the specified index was used in the calculation of the most recent position fix.