public enum LocationEstimateType extends java.lang.Enum<LocationEstimateType>
| Enum Constant and Description |
|---|
activateDeferredLocation |
cancelDeferredLocation |
currentLocation |
currentOrLastKnownLocation |
initialLocation |
| Modifier and Type | Method and Description |
|---|---|
static LocationEstimateType |
getLocationEstimateType(int type) |
int |
getType() |
static LocationEstimateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocationEstimateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationEstimateType currentLocation
public static final LocationEstimateType currentOrLastKnownLocation
public static final LocationEstimateType initialLocation
public static final LocationEstimateType activateDeferredLocation
public static final LocationEstimateType cancelDeferredLocation
public static LocationEstimateType[] values()
for (LocationEstimateType c : LocationEstimateType.values()) System.out.println(c);
public static LocationEstimateType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getType()
public static LocationEstimateType getLocationEstimateType(int type)
Copyright © 2011. All Rights Reserved.