Example usage for Java android.location GpsStatus fields, constructors, methods, implement or subclass
The text is from its open source code.
int | GPS_EVENT_STARTED Event sent when the GPS system has started. |
int | GPS_EVENT_STOPPED Event sent when the GPS system has stopped. |
int | GPS_EVENT_FIRST_FIX Event sent when the GPS system has received its first fix since starting. |
int | GPS_EVENT_SATELLITE_STATUS Event sent periodically to report GPS satellite status. |
int | getMaxSatellites() Returns the maximum number of satellites that can be in the satellite list that can be returned by #getSatellites() . |
Iterable | getSatellites() Returns an array of GpsSatellite objects, which represent the current state of the GPS engine. |
int | getTimeToFirstFix() Returns the time required to receive the first fix since the most recent restart of the GPS engine. |