public enum StyleProperty extends java.lang.Enum<StyleProperty>
| Enum Constant and Description |
|---|
ActiveRouteLayer
Name of data source associated with line layers being template for showing active route
polyline.
|
ChevronLayer
Name of data source associated with current vehicle position layer.
|
EndRouteLayer
Name of data source associated with layer being template for rendering route end point.
|
FlowLayer
Name of data source associated with layer showing traffic flow.
|
GpsRadiusLayer
Name of data source associated with layer showing GPS inaccuracy.
|
HybridLayer
Name of data source associated with transparent raster overlay for displaying roads and names.
|
InactiveRouteLayer
Name of data source associated with line layers being template for showing inactive route
polyline.
|
IncidentsLayer
Name of data source associated with layer showing traffic incidents.
|
PositionLayer
Name of data source associated with layer showing current position.
|
RasterLayer
Name of data source associated with layers of the raster map.
|
StartRouteLayer
Name of data source associated with layer being template for rendering route start point.
|
StyleURL
URL pointing at style .json file.
|
VectorLayer
Name of data source associated with 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 FlowLayer
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