public enum StyleProperty extends java.lang.Enum<StyleProperty>
Enum Constant and Description |
---|
ActiveRouteLayer
Name of the data source associated with the line layers being a template for showing the active route
polyline.
|
ChevronLayer
Name of the data source associated with the current vehicle position layer.
|
EndRouteLayer
Name of the data source associated with the layer being a template for rendering the route end point.
|
FlowRasterLayer
Name of the data source associated with the layer showing the raster traffic flow.
|
FlowVectorLayer
Name of the data source associated with the layer showing the vector traffic flow.
|
GpsRadiusLayer
Name of the data source associated with the layer showing the GPS inaccuracy.
|
HybridLayer
Name of the data source associated with the transparent raster overlay to display roads and names.
|
InactiveRouteLayer
Name of the data source associated with the line layers being a template for showing the inactive route
polyline.
|
IncidentsLayer
Name of the data source associated with the layer showing the traffic incidents.
|
PositionLayer
Name of the data source associated with the layer showing the current position.
|
RasterLayer
Name of the data source associated with the layers of the raster map.
|
StartRouteLayer
Name of the data source associated with the layer being a template for rendering the route start point.
|
StyleURL
The URL pointing at the style.json file.
|
VectorLayer
Name of the data source associated with the layers of the vector map.
|
Modifier and Type | Method and Description |
---|---|
static StyleProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StyleProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleProperty VectorLayer
public static final StyleProperty RasterLayer
public static final StyleProperty FlowVectorLayer
public static final StyleProperty FlowRasterLayer
public static final StyleProperty IncidentsLayer
public static final StyleProperty HybridLayer
public static final StyleProperty PositionLayer
public static final StyleProperty GpsRadiusLayer
public static final StyleProperty ChevronLayer
public static final StyleProperty StartRouteLayer
public static final StyleProperty EndRouteLayer
public static final StyleProperty ActiveRouteLayer
public static final StyleProperty InactiveRouteLayer
public static final StyleProperty StyleURL
public static StyleProperty[] values()
for (StyleProperty c : StyleProperty.values()) System.out.println(c);
public static StyleProperty 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