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 |
---|---|
RouteElements |
Route.getRouteElements() |
RouteElements |
Route.getRouteElements(Maneuver maneuver)
Gets the
RouteElements belonging to this Maneuver . |
RouteElements |
Route.getRouteElementsFromDuration(long duration)
Gets the
RouteElements for a given duration (in seconds) from the start of the route. |
RouteElements |
Route.getRouteElementsFromDuration(long start,
long duration)
Gets the
RouteElements for a given duration (in seconds) within the route. |
RouteElements |
Route.getRouteElementsFromLength(int length)
Gets the
RouteElements for a given distance (in meters) within the route. |
RouteElements |
Route.getRouteElementsFromLength(int start,
int length)
Gets the
RouteElements for a given distance (in meters) within the route. |