public class LocationRequest extends Object implements android.os.Parcelable
LocationManager
.Modifier and Type | Class and Description |
---|---|
static class |
LocationRequest.Builder |
static interface |
LocationRequest.IndoorProvider |
static interface |
LocationRequest.MotionMode |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<LocationRequest> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getBuildingIdentifier() |
android.app.Notification |
getForegroundServiceNotification() |
int |
getIndoorProvider() |
int |
getInterval() |
int |
getMotionMode() |
OutdoorLocationOptions |
getOutdoorLocationOptions() |
int |
hashCode() |
String |
toString() |
boolean |
useBle() |
boolean |
useForegroundService() |
boolean |
useGlobalLocation() |
boolean |
useWifi() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<LocationRequest> CREATOR
public String getBuildingIdentifier()
public int getInterval()
public int getIndoorProvider()
public boolean useBle()
public boolean useWifi()
public int getMotionMode()
public boolean useForegroundService()
public android.app.Notification getForegroundServiceNotification()
public OutdoorLocationOptions getOutdoorLocationOptions()
public boolean useGlobalLocation()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable