PixelResult
The class PixelResult is a member of com.here.android.mpa.mapping.Map.
Class Summary
public static class Map.PixelResult
extends java.lang.Object
Result class for conversion of a GeoCoordinate to screen pixel coordinates.
[For complete information, see the section Class Details]
See also:
Nested Class Summary
Nested Classes |
---|
Error code for the computation of GeoCoordinate to screen pixel coordinate projection |
Method Summary
Methods |
---|
Get the Map.PixelResult.Error of the GeoCoordinate to screen Pixel conversion. |
Get the result of the GeoCoordinate to screen Pixel conversion. |
Class Details
Result class for conversion of a GeoCoordinate to screen pixel coordinates.
See also:
Method Details
public Error getError ()
Get the Map.PixelResult.Error of the GeoCoordinate to screen Pixel conversion.
Returns:
Error screen space in pixels.
public PointF getResult ()
Get the result of the GeoCoordinate to screen Pixel conversion.
Returns:
PointF screen space in pixels.