public interface IProjection
Projection class实现.| 限定符和类型 | 方法和说明 | 
|---|---|
| IGeoPoint | fromPixels(int x,
          int y)相对于mapView的屏幕像素点位信息解析成一个的IGeoPoint对象并返回. | 
| IGeoPoint | getNorthEast()获取到地图最north-easterly的点位信息. | 
| IGeoPoint | getSouthWest()获取地图上最 south-westerly 的点位信息. | 
| float | metersToEquatorPixels(float meters)在当前的ZOOM级别范围中,将米(沿赤道)转换成一个水平的像素距离 | 
| Point | toPixels(IGeoPoint in,
        Point out) | 
Point toPixels(IGeoPoint in, Point out)
in - 包含经纬度信息model.out - 一个已经存在的点位对象;如果为空则返回一个new对象.IGeoPoint fromPixels(int x, int y)
float metersToEquatorPixels(float meters)
meters - 米IGeoPoint getNorthEast()
IGeoPoint getSouthWest()