@Beta(year=2019, month=12) public enum TrafficIncidentsTilesType extends java.lang.Enum<TrafficIncidentsTilesType>
Enum Constant and Description |
---|
RASTER
Raster tiles.
|
VECTOR
Vector tiles.
|
Modifier and Type | Method and Description |
---|---|
static TrafficIncidentsTilesType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrafficIncidentsTilesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrafficIncidentsTilesType VECTOR
public static final TrafficIncidentsTilesType RASTER
public static TrafficIncidentsTilesType[] values()
for (TrafficIncidentsTilesType c : TrafficIncidentsTilesType.values()) System.out.println(c);
public static TrafficIncidentsTilesType 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