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 |
---|---|
static MapView.TileSize |
MapView.TileSize.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapView.TileSize[] |
MapView.TileSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
MapView.setTileResolution(MapView.TileSize size)
Changes the tiles source to use.
|