Example usage for Java android.location GpsSatellite fields, constructors, methods, implement or subclass
The text is from its open source code.
float | getAzimuth() Returns the azimuth of the satellite in degrees. |
float | getElevation() Returns the elevation of the satellite in degrees. |
int | getPrn() Returns the PRN (pseudo-random number) for the satellite. |
float | getSnr() Returns the signal to noise ratio for the satellite. |
boolean | hasAlmanac() Returns true if the GPS engine has almanac data for the satellite. |
boolean | hasEphemeris() Returns true if the GPS engine has ephemeris data for the satellite. |
boolean | usedInFix() Returns true if the satellite was used by the GPS engine when calculating the most recent GPS fix. |