public interface Projection
MapView.getProjection()
.Modifier and Type | Method and Description |
---|---|
GeoPoint |
fromPixels(int x,
int y)
|
float |
metersToEquatorPixels(float meters)
Converts a distance in meters (along the equator) to one in
(horizontal) pixels at the current zoomlevel.
|
android.graphics.Point |
toPixels(GeoPoint in,
android.graphics.Point out)
|
android.graphics.Point toPixels(GeoPoint in, android.graphics.Point out)
GeoPoint
to onscreen pixel coordinates,
relative to the top-left of the MapView
that provided
this Projection.in
- The latitude/longitude pair to convert.out
- A pre-existing object to use for the output; if
null, a new Point will be allocated and returned.GeoPoint fromPixels(int x, int y)
float metersToEquatorPixels(float meters)
meters
- the distance in meters