Methods
(async, static) createObj() → {Promise.<LatLng>}
构造一个新的 LatLng 对象。
Returns:
- Type
- Promise.<LatLng>
(async, static) getLatitude() → {Promise.<double>}
获取纬度
Returns:
纬度
- Type
- Promise.<double>
(async, static) getLongitude() → {Promise.<double>}
获取经度
Returns:
经度
- Type
- Promise.<double>