FormOfWay
The enumeration FormOfWay is a member of com.here.android.mpa.common.RoadElement.
Enumeration Summary
public static final enumeration RoadElement.FormOfWay
extends java.lang.Enum, java.lang.Object
Form of Way Types
[For complete information, see the section Enumeration Details]
Enum Constant Summary
Fields |
---|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
Form of Way Types
Enum Constant Details
public static final FormOfWay UNDEFINED
public static final FormOfWay MOTORWAY
public static final FormOfWay MULTI_CARRIAGEWAY
public static final FormOfWay SINGLE_CARRIAGEWAY
public static final FormOfWay ROUNDABOUT
public static final FormOfWay SPECIAL_TRAFFIC_FIGURE
public static final FormOfWay SLIPROAD
public static final FormOfWay PEDESTRIAN_ZONE
public static final FormOfWay PEDESTRIAN_WALKWAY
public static final FormOfWay SERVICE_ACCESS_PARKING
public static final FormOfWay SERVICE_ACCESS_OTHER
public static final FormOfWay SERVICE_ROAD
public static final FormOfWay ETA_PARKING_PLACE
public static final FormOfWay ETA_PARKING_BUILDING
public static final FormOfWay ETA_UNSTRUCTURED_TRAFFIC_SQUARE
public static final FormOfWay ROAD_FOR_AUTHORITIES
Method Details
public static FormOfWay 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 RoadElement.FormOfWay[] values ()
This method retrieves an array of constants of the given enum type in the order in which they are declared.