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 |
---|---|
MapRasterTileSource.TileResult |
UrlMapRasterTileSourceBase.getTileWithError(int x,
int y,
int zoomLevel)
UrlMapRasterTileSourceBase will only retrieve tile data using the source URL. |
MapRasterTileSource.TileResult |
MapRasterTileSource.getTileWithError(int x,
int y,
int zoomLevel)
Method to be overwritten by derived class to get a tile.
|