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 |
Route.getFirstManeuver()
Returns the first
Maneuver . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Maneuver> |
Route.getManeuvers()
Gets the list of all maneuvers that travelers will encounter along the route.
|
Modifier and Type | Method and Description |
---|---|
RouteElements |
Route.getRouteElements(Maneuver maneuver)
Gets the
RouteElements belonging to this Maneuver . |