public static enum VETiledLayer.MapStyle extends java.lang.Enum<VETiledLayer.MapStyle>
Enum Constant and Description |
---|
MAP_STYLE_AERIAL |
MAP_STYLE_AERIAL_WITH_LABELS |
MAP_STYLE_ROAD |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static VETiledLayer.MapStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VETiledLayer.MapStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VETiledLayer.MapStyle MAP_STYLE_AERIAL
public static final VETiledLayer.MapStyle MAP_STYLE_AERIAL_WITH_LABELS
public static final VETiledLayer.MapStyle MAP_STYLE_ROAD
public static VETiledLayer.MapStyle[] values()
for (VETiledLayer.MapStyle c : VETiledLayer.MapStyle.values()) System.out.println(c);
public static VETiledLayer.MapStyle 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 java.lang.String getValue()