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.PixelResult.Error |
Map.PixelResult.getError()
Get the
Map.PixelResult.Error of the GeoCoordinate to screen Pixel conversion. |
static Map.PixelResult.Error |
Map.PixelResult.Error.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Map.PixelResult.Error[] |
Map.PixelResult.Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|