public final class LocationServiceConfiguration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LocationServiceConfiguration.LocationPriority |
| Constructor and Description |
|---|
LocationServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
android.content.Context |
getContext() |
long |
getFastestInterval() |
int |
getPriority() |
long |
getUpdateInterval() |
void |
setContext(android.content.Context context) |
void |
setFastestInterval(long fastestInterval) |
void |
setPriority(int priority) |
void |
setUpdateInterval(long updateInterval) |
public android.content.Context getContext()
public void setContext(android.content.Context context)
public long getUpdateInterval()
public void setUpdateInterval(long updateInterval)
public long getFastestInterval()
public void setFastestInterval(long fastestInterval)
public int getPriority()
public void setPriority(int priority)