public class OutdoorLocationOptions extends Object implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
OutdoorLocationOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<OutdoorLocationOptions> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
getBurstInterval() |
int |
getMinNumberSatellitesToRunDetector() |
float |
getMinPercentageToDetectOutdoor() |
float |
getMinSnrToUseSatellite() |
int |
hashCode() |
String |
toString() |
boolean |
useContinuousMode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<OutdoorLocationOptions> CREATOR
public boolean useContinuousMode()
public int getBurstInterval()
public int getMinNumberSatellitesToRunDetector()
public float getMinSnrToUseSatellite()
public float getMinPercentageToDetectOutdoor()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable