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.
|
Modifier and Type | Method and Description |
---|---|
MapRoute |
MapRoute.setColor(int argbColor)
Sets a color for displaying the route, using an ARGB (Alpha/Red/Green/Blue) integer color
value.
|
MapRoute |
MapRoute.setManeuverNumberVisible(boolean visible)
Sets maneuver numbers to be either displayed along with this route or not displayed.
|
MapRoute |
MapRoute.setRenderType(MapRoute.RenderType type)
Sets the
RenderType associated with this MapRoute . |
MapRoute |
MapRoute.setRoute(Route route)
Sets a
Route that will be displayed on the Map . |