Projection接口用于屏幕像素点坐标系统和地球表面经纬度点坐标系统之间的变换。

Since

1.0.0

Constructors

  • Parameters

    • paramIProjectionDelegate: IProjection

    Returns Projection

    Exclude

    javadoc中不显示

Properties

projectionDelegate: IProjection

Methods

  • 将屏幕坐标转换成地理坐标。

    Parameters

    • paramPoint: Point

      屏幕坐标 如果传入null 则返回null。

    • callback: AMapCallback<LatLng>

    Returns void

    地理坐标。

    Since

    1.0.0

  • 将地理坐标转换成屏幕坐标。

    Parameters

    • paramLatLng: LatLng

      地理坐标 如果传入 null 则返回null。

    • callback: AMapCallback<Point>

    Returns void

    屏幕坐标。

    Since

    1.0.0

Generated using TypeDoc