1***@163.com
1***@163.com
  • 发布:2023-02-21 11:33
  • 更新:2023-09-28 08:50
  • 阅读:347

使用高德小程序sdk获取位置信息误差大,如何高精度定位

分类:uni小程序sdk
this.amapPlugin.getRegeo({  
                type: 'gcj02', //map 组件使用的经纬度是国测局坐标, type 为 gcj02  
                success: function(res) {  
                    console.log(res)  
                    this.latitude = res[0].latitude;  
                    this.longitude = res[0].longitude;  
                },

获取到的位置信息误差大的离谱,如何提高精度

2023-02-21 11:33 负责人:无 分享
已邀请:
1***@qq.com

1***@qq.com

这个问题解决了吗

要回复问题请先登录注册