public class LocationManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LocationManager.LOCATION_EVENT |
| Modifier and Type | Field and Description |
|---|---|
static int |
LOCATION_SMALLEST_DISPLACEMENT |
static int |
LOCATION_UPDATE_FASTEST_INTERVAL |
static int |
LOCATION_UPDATE_INTERVAL |
static java.lang.String |
TAG |
| Constructor and Description |
|---|
LocationManager(android.app.Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnected(android.os.Bundle connectionHint) |
void |
onConnectionFailed(ConnectionResult result) |
void |
onConnectionSuspended(int cause) |
void |
removeListener() |
void |
setListener(ILocationListener listener) |
public static final java.lang.String TAG
public static final int LOCATION_UPDATE_INTERVAL
public static final int LOCATION_UPDATE_FASTEST_INTERVAL
public static final int LOCATION_SMALLEST_DISPLACEMENT
public void setListener(ILocationListener listener)
public void removeListener()
public void onConnected(android.os.Bundle connectionHint)
public void onConnectionSuspended(int cause)
public void onConnectionFailed(ConnectionResult result)