android.location
Class GpsStatus
java.lang.Object
android.location.GpsStatus
public final class GpsStatus
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GPS_EVENT_STARTED
public static final int GPS_EVENT_STARTED
- See Also:
- Constant Field Values
GPS_EVENT_STOPPED
public static final int GPS_EVENT_STOPPED
- See Also:
- Constant Field Values
GPS_EVENT_FIRST_FIX
public static final int GPS_EVENT_FIRST_FIX
- See Also:
- Constant Field Values
GPS_EVENT_SATELLITE_STATUS
public static final int GPS_EVENT_SATELLITE_STATUS
- See Also:
- Constant Field Values
getTimeToFirstFix
public int getTimeToFirstFix()
getSatellites
public Iterable<GpsSatellite> getSatellites()
getMaxSatellites
public int getMaxSatellites()
Copyright © 2008-2012. All Rights Reserved.