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 |
---|---|
RouteOptions.TransportMode |
RouteOptions.getTransportMode()
Gets the Transport Mode, see
RouteOptions.TransportMode for valid values |
RouteOptions.TransportMode |
Maneuver.getTransportMode()
Gets the
RouteOptions.TransportMode used for the maneuver. |
static RouteOptions.TransportMode |
RouteOptions.TransportMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RouteOptions.TransportMode[] |
RouteOptions.TransportMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RouteOptions |
RouteOptions.setTransportMode(RouteOptions.TransportMode mode)
Sets the Transport Mode.
|