Package | Description |
---|---|
com.here.android.mpa.routing |
This package provides classes, interfaces, and enumerations for route calculation and
route description (directions).
|
Modifier and Type | Method and Description |
---|---|
Maneuver.Action |
Maneuver.getAction()
Gets the
Maneuver.Action required to complete the maneuver. |
static Maneuver.Action |
Maneuver.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Maneuver.Action[] |
Maneuver.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|