react-native-baidu-map icon indicating copy to clipboard operation
react-native-baidu-map copied to clipboard

百度坐标系转换GCJ02坐标系

Open 841016877 opened this issue 6 years ago • 2 comments

你好,请问有百度坐标系转换GCJ02坐标系的方法吗

841016877 avatar Sep 19 '19 13:09 841016877

暂时还没有,可以考虑加一个

lovebing avatar Oct 10 '19 05:10 lovebing

百度-SDK 看起来只提供了其他坐标系转为百度系,没有提供百度转其他的支持呢:

http://lbsyun.baidu.com/index.php?title=ios-locsdk/guide/addition-func/latlng-trans

WGS84可转换为:百度经纬度坐标、百度墨卡托坐标; 国测局坐标 可转换为:百度经纬度坐标、百度墨卡托坐标; 百度经纬度坐标 可转换为:百度墨卡托坐标; 百度墨卡托坐标 可转换为:百度经纬度坐标;

暂时也可以试试 Web API: http://lbsyun.baidu.com/index.php?title=webapi/guide/changeposition

Riant avatar Oct 28 '19 03:10 Riant