java.lang.Object | |
↳ | android.location.GpsSatellite |
This class represents the current state of a GPS satellite.
This class is used in conjunction with the
GpsStatus
class.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the azimuth of the satellite in degrees.
|
||||||||||
|
Returns the elevation of the satellite in degrees.
|
||||||||||
|
Returns the PRN (pseudo-random number) for the satellite.
|
||||||||||
|
Returns the signal to noise ratio for the satellite.
|
||||||||||
|
Returns true if the GPS engine has almanac data for the satellite.
|
||||||||||
|
Returns true if the GPS engine has ephemeris data for the satellite.
|
||||||||||
|
Returns true if the satellite was used by the GPS engine when
calculating the most recent GPS fix.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the azimuth of the satellite in degrees. The azimuth can vary between 0 and 360.
Returns the elevation of the satellite in degrees. The elevation can vary between 0 and 90.
Returns the PRN (pseudo-random number) for the satellite.
Returns the signal to noise ratio for the satellite.
Returns true if the GPS engine has almanac data for the satellite.
Returns true if the GPS engine has ephemeris data for the satellite.
Returns true if the satellite was used by the GPS engine when calculating the most recent GPS fix.