uni.getLocation({
type: 'gcj02',
isHighAccuracy:true,
success: function(res) {
//获取到的经纬度是大地坐标系
that.latitude = res.latitude;
that.longitude = res.longitude;}
});
在同一个位置点,手机没用动过,没5秒获取一次经纬度,发现个别位置点偏移比较多,有的差距几十米,请问这个有好的解决方案吗?
![南烛123](http://img-cdn-tc.dcloud.net.cn/uploads/avatar/000/11/46/48_avatar_mid.jpg?v=1675990253)
南烛123
- 发布:2022-10-31 13:45
- 更新:2022-10-31 15:59
- 阅读:346
uniapp getlocation gcj02 同一个位置坐标差异
分类:uni-app
1 个回复
DCloud_UNI_WZF
请参考提交Bug模板提供下运行平台,vue版本页面类型等信息及测试工程
定位受设备或网络影响会存在误差,如果只是个别位置存在偏移,大概率不是框架问题