public static enum LocationRequest.IndoorProvider extends Enum<LocationRequest.IndoorProvider>
| Enum Constant and Description |
|---|
CLOUD
Cloud.
|
HYBRID
Cloud and inPhone location providers.
|
INPHONE
Inphone.
|
| Modifier and Type | Method and Description |
|---|---|
static LocationRequest.IndoorProvider |
valueOf(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.
|
public static final LocationRequest.IndoorProvider HYBRID
public static final LocationRequest.IndoorProvider CLOUD
public static final LocationRequest.IndoorProvider INPHONE
Warning: the positions will not be displayed in the Real Time page.
public static LocationRequest.IndoorProvider[] values()
for (LocationRequest.IndoorProvider c : LocationRequest.IndoorProvider.values()) System.out.println(c);
public static LocationRequest.IndoorProvider valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null