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 |
Map.projectToPixel(GeoCoordinate coordinate)
Converts and returns a
PixelResult that represents screen pixel coordinates from a
GeoCoordinate . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Map.PixelResult> |
Map.projectToPixel(java.util.List<GeoCoordinate> coordinates)
Converts and returns a list of
Map.PixelResult elements that represent screen pixel
coordinates from a <List> of GeoCoordinate objects. |