public static enum LocationRequest.IndoorProvider extends java.lang.Enum<LocationRequest.IndoorProvider>
| Enum Constant and Description |
|---|
CLOUD
Deprecated.
INPHONE mode will be used instead
|
HYBRID
Deprecated.
INPHONE mode will be used instead
|
INPHONE
Inphone.
|
SUPPORT
Activates support mode, should not be used as the default option.
|
| Modifier and Type | Method and Description |
|---|---|
static LocationRequest.IndoorProvider |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocationRequest.IndoorProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final LocationRequest.IndoorProvider HYBRID
@Deprecated public static final LocationRequest.IndoorProvider CLOUD
public static final LocationRequest.IndoorProvider INPHONE
public static final LocationRequest.IndoorProvider SUPPORT
public static LocationRequest.IndoorProvider[] values()
for (LocationRequest.IndoorProvider c : LocationRequest.IndoorProvider.values()) System.out.println(c);
public static LocationRequest.IndoorProvider 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 null