Package | Description |
---|---|
com.here.android.mpa.mapping |
The mapping
package provides classes, interfaces, and enumerations that display an
interactive map, and related functionality that allows your application
to create and add map content.
|
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 |
---|---|
Route |
MapRoute.getRoute()
Returns the
Route that has been displayed on the Map . |
Modifier and Type | Method and Description |
---|---|
MapRoute |
MapRoute.setRoute(Route route)
Sets a
Route that will be displayed on the Map . |
Constructor and Description |
---|
MapRoute(Route route)
Creates a
MapRoute with a specified Route . |
Modifier and Type | Method and Description |
---|---|
Route |
RouteResult.getRoute()
Returns the
Route in the RouteResult. |