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

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

Introduction

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

The text is from its open source code.

Field

intGPS_EVENT_STARTED
Event sent when the GPS system has started.
intGPS_EVENT_STOPPED
Event sent when the GPS system has stopped.
intGPS_EVENT_FIRST_FIX
Event sent when the GPS system has received its first fix since starting.
intGPS_EVENT_SATELLITE_STATUS
Event sent periodically to report GPS satellite status.

Method

intgetMaxSatellites()
Returns the maximum number of satellites that can be in the satellite list that can be returned by #getSatellites() .
IterablegetSatellites()
Returns an array of GpsSatellite objects, which represent the current state of the GPS engine.
intgetTimeToFirstFix()
Returns the time required to receive the first fix since the most recent restart of the GPS engine.