Example usage for Java android.location GnssStatus fields, constructors, methods, implement or subclass
The text is from its open source code.
int | CONSTELLATION_UNKNOWN Unknown constellation type. |
int | CONSTELLATION_GPS Constellation type constant for GPS. |
float | getAzimuthDegrees(int satIndex) Retrieves the azimuth the satellite at the specified index. |
float | getCn0DbHz(int satIndex) Retrieves the carrier-to-noise density at the antenna of the satellite at the specified index in dB-Hz. |
int | getConstellationType(int satIndex) Retrieves the constellation type of the satellite at the specified index. |
float | getElevationDegrees(int satIndex) Retrieves the elevation of the satellite at the specified index. |
int | getSatelliteCount() Gets the total number of satellites in satellite list. |
int | getSvid(int satIndex) Gets the identification number for the satellite at the specific index. |
boolean | hasAlmanacData(int satIndex) Reports whether the satellite at the specified index has almanac data. |
boolean | hasEphemerisData(int satIndex) Reports whether the satellite at the specified index has ephemeris data. |
boolean | usedInFix(int satIndex) Reports whether the satellite at the specified index was used in the calculation of the most recent position fix. |