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.RenderType |
MapRoute.getRenderType()
Get the
RenderType associated with this MapRoute . |
static MapRoute.RenderType |
MapRoute.RenderType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapRoute.RenderType[] |
MapRoute.RenderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MapRoute |
MapRoute.setRenderType(MapRoute.RenderType type)
Sets the
RenderType associated with this MapRoute . |