public final class GpsStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GpsStatus.Listener |
static interface |
GpsStatus.NmeaListener |
| Modifier and Type | Field and Description |
|---|---|
static int |
GPS_EVENT_FIRST_FIX |
static int |
GPS_EVENT_SATELLITE_STATUS |
static int |
GPS_EVENT_STARTED |
static int |
GPS_EVENT_STOPPED |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxSatellites() |
Iterable<GpsSatellite> |
getSatellites() |
int |
getTimeToFirstFix() |
public static final int GPS_EVENT_STARTED
public static final int GPS_EVENT_STOPPED
public static final int GPS_EVENT_FIRST_FIX
public static final int GPS_EVENT_SATELLITE_STATUS
public int getTimeToFirstFix()
public Iterable<GpsSatellite> getSatellites()
public int getMaxSatellites()
Copyright © 2008-2013. All Rights Reserved.