public static class Map.PixelResult
extends java.lang.Object
Map.projectToPixel(GeoCoordinate)
Modifier and Type | Class and Description |
---|---|
static class |
Map.PixelResult.Error
Error code for the computation of GeoCoordinate to screen pixel coordinate projection
|
Modifier and Type | Method and Description |
---|---|
Map.PixelResult.Error |
getError()
Get the
Map.PixelResult.Error of the GeoCoordinate to screen Pixel conversion. |
android.graphics.PointF |
getResult()
Get the result of the GeoCoordinate to screen Pixel conversion.
|
public android.graphics.PointF getResult()
public Map.PixelResult.Error getError()
Map.PixelResult.Error
of the GeoCoordinate to screen Pixel conversion.