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 |
---|---|
Map |
MapView.getMap()
Returns the instance of
Map associated with this MapView |
Map |
MapFragment.getMap()
Returns the instance of
Map associated with this map fragment |
Map |
Map.setMapScheme(java.lang.String scheme)
Sets a scheme for the
Map to the specified <String> value. |
Map |
Map.setTransformCenter(android.graphics.PointF center)
Sets a center coordinate for
Map transformations such as zooming and rotation. |
Map |
Map.setZoomLevel(double level)
Sets a zoom level for the
Map to a fraction that is within the range of minimum and
maximum zoom levels. |
Modifier and Type | Method and Description |
---|---|
void |
MapView.setMap(Map aMap)
Associates the graphical view element with a
Map . |