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 |
static float |
DEFAULT_SNR |
static float |
MAX_SNR |
static float |
MIN_SNR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
float |
getAverageSnrThreshold() |
int |
getBurstInterval() |
int |
getMinNumberSatellitesToRunDetector()
Deprecated.
|
float |
getMinPercentageToDetectOutdoor()
Deprecated.
|
float |
getMinSnrToUseSatellite()
Deprecated.
|
int |
hashCode() |
boolean |
overrideSnrServervalue() |
String |
toString() |
boolean |
useContinuousMode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final float MIN_SNR
public static final float MAX_SNR
public static final float DEFAULT_SNR
public static final android.os.Parcelable.Creator<OutdoorLocationOptions> CREATOR
public boolean useContinuousMode()
public int getBurstInterval()
@Deprecated public int getMinNumberSatellitesToRunDetector()
OutdoorLocationOptions.Builder.minNumberSatellitesToRunDetector(int)@Deprecated public float getMinSnrToUseSatellite()
OutdoorLocationOptions.Builder.minSnrToUseSatellite(float)@Deprecated public float getMinPercentageToDetectOutdoor()
OutdoorLocationOptions.Builder.minPercentageToDetectOutdoor(float)public float getAverageSnrThreshold()
public boolean overrideSnrServervalue()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable