RenderLayer
The enumeration RenderLayer is a member of com.here.android.mpa.mapping.MapTrafficLayer.
Enumeration Summary
public static final enumeration MapTrafficLayer.RenderLayer
extends java.lang.Enum, java.lang.Object
Represents values describing various traffic layers that can be displayed within a MapTrafficLayer
.
[For complete information, see the section Enumeration Details]
Enum Constant Summary
Fields |
---|
Show traffic flow layer |
Show traffic incidents layer |
Show on route traffic layer |
Method Summary
Methods |
---|
|
This method retrieves the enumeration value that matches the name specified by the caller. |
This method retrieves an array of constants of the given enum type in the order in which they are declared. |
Enumeration Details
Represents values describing various traffic layers that can be displayed within a MapTrafficLayer
.
Enum Constant Details
public static final RenderLayer FLOW
Show traffic flow layer
public static final RenderLayer INCIDENT
Show traffic incidents layer
public static final RenderLayer ONROUTE
Show on route traffic layer
Method Details
public int getValue ()
public static RenderLayer valueOf (String name)
This method retrieves the enumeration value that matches the name specified by the caller.
Parameters:
-
name
A string containing the name of the enumeration member whose value is to be retrieved.
public static MapTrafficLayer.RenderLayer[] values ()
This method retrieves an array of constants of the given enum type in the order in which they are declared.