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 | Class and Description |
---|---|
class |
UrlMapRasterTileSourceBase
Represents an abstract base class for URL map raster tile sources.
|
Modifier and Type | Method and Description |
---|---|
MapRasterTileSource |
MapRasterTileSource.hideAtZoomLevel(int level)
Hides tiles at the specified zoom level of the
Map . |
MapRasterTileSource |
MapRasterTileSource.hideAtZoomRange(int beginZoomLevel,
int endZoomLevel)
Hides tiles within a given zoom level range of the
Map . |
MapRasterTileSource |
MapRasterTileSource.setBoundingArea(GeoBoundingBox boundingBox)
Sets a bounding area within which raster tiles are visible.
|
MapRasterTileSource |
MapRasterTileSource.setCacheExpiration(int expireSeconds)
Set the cache expiration time
|
MapRasterTileSource |
MapRasterTileSource.setCachePrefix(java.lang.String cache)
Set the cache file prefix
|
MapRasterTileSource |
MapRasterTileSource.setCachingEnabled(boolean enabled)
Set whether tiles are cached to the file system.
|
MapRasterTileSource |
MapRasterTileSource.setZIndex(int zIndex)
Sets a z-index (stacking order) value for the
MapObject . |
MapRasterTileSource |
MapRasterTileSource.showAtZoomLevel(int level)
Shows tiles at the specified zoom level of the
Map . |
MapRasterTileSource |
MapRasterTileSource.showAtZoomRange(int beginZoomLevel,
int endZoomLevel)
Shows tiles within a given zoom level range of the
Map . |
Modifier and Type | Method and Description |
---|---|
boolean |
Map.addRasterTileSource(MapRasterTileSource source)
Adds a user-defined
MapRasterTileSource to this Map . |
boolean |
Map.removeRasterTileSource(MapRasterTileSource source)
Removes a user-defined
MapRasterTileSource from this Map . |