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.Error |
MapRasterTileSource.TileResult.getError()
Get the
MapRasterTileSource.TileResult.Error for get tile operation |
static MapRasterTileSource.TileResult.Error |
MapRasterTileSource.TileResult.Error.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapRasterTileSource.TileResult.Error[] |
MapRasterTileSource.TileResult.Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TileResult(MapRasterTileSource.TileResult.Error error,
byte[] data) |