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

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

Introduction

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

The text is from its open source code.

Method

floatgetAzimuth()
Returns the azimuth of the satellite in degrees.
floatgetElevation()
Returns the elevation of the satellite in degrees.
intgetPrn()
Returns the PRN (pseudo-random number) for the satellite.
floatgetSnr()
Returns the signal to noise ratio for the satellite.
booleanhasAlmanac()
Returns true if the GPS engine has almanac data for the satellite.
booleanhasEphemeris()
Returns true if the GPS engine has ephemeris data for the satellite.
booleanusedInFix()
Returns true if the satellite was used by the GPS engine when calculating the most recent GPS fix.