大肥光光
大肥光光
  • 发布:2022-03-29 17:54
  • 更新:2022-03-29 17:54
  • 阅读:1292

uniapp使用百度定位 type 只能填写 wgs84或者gcj02吗?

分类:5+ SDK

1、uniapp使用百度定位SDK后,uni.getLocation type 只能填写 wgs84或者gcj02。
2、查看百度定位文档填写 type为 bd09ll或者其他参数后,可以定位,但是返回参数中type为wgs84。
3、问题:使用百度定位后,在百度坐标反查发现偏移很大,在高德坐标反查中是正确的,经过坐标转换后,才接近正确。
4、另外一个原生调用百度SDK项目,使用的是coord_type = bd09,返回的定位坐标在百度坐标反查中是正确的。
5、疑问:为什么uniapp uni.getLocation不提供 type bd09ll的参数。
附坐标反查地址:
http://api.map.baidu.com/lbsapi/getpoint/
https://lbs.amap.com/tools/picker

uni.getLocation({
type: 'gcj02',
geocode: true,
success: (res) => {
}
})

2022-03-29 17:54 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复