Enum Constant and Description |
---|
BM_LAYER_OVERLAY |
MAP_LAYER_HEATMAP |
MAP_LAYER_HEXAGONMAP |
MAP_LAYER_LOCATION |
MAP_LAYER_OVERLAY |
MAP_LAYER_TRACE_OVERLAY |
Modifier and Type | Method and Description |
---|---|
static MapLayer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapLayer MAP_LAYER_OVERLAY
public static final MapLayer BM_LAYER_OVERLAY
public static final MapLayer MAP_LAYER_HEATMAP
public static final MapLayer MAP_LAYER_HEXAGONMAP
public static final MapLayer MAP_LAYER_LOCATION
public static final MapLayer MAP_LAYER_TRACE_OVERLAY
public static MapLayer[] values()
for (MapLayer c : MapLayer.values()) System.out.println(c);
public static MapLayer 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