经纬度坐标系转换工具类

Constructors

Methods

  • 百度转国测局

    Parameters

    • latLng: LatLng

      百度经纬度

    Returns null | LatLng

    若转换成功,返回国测局经纬度;否则,返回null。

  • wgs84转国测局

    Parameters

    Returns null | LatLng

  • 国测局转百度

    Parameters

    • latLng: null | LatLng

      国测局经纬度

    Returns null | LatLng

    若转换成功,返回百度经纬度;否则,返回null。

  • wgs84转百度

    Parameters

    Returns null | LatLng

    若转换成功,返回百度经纬度;否则,返回null。