获取坐标的方法uni.getLocation结果返回非常慢 平均10s左右
uni.getLocation({type: 'gcj02',success: function(coord) {console.log("getLocation.1");},fail: function() {console.log("getLocation.2");}});
测试结果:平均在10s左右,android小程序都很快;
11:40:10.988 getLocation. at pages/index/index.vue:481
11:40:22.072 getLocation.1 at pages/index/index.vue:485
a***@lanxiniu.com (作者)
并没有开启高精度定位
开启高精度定位isHighAccuracy:true,才会高精度吧。默认否;
https://uniapp.dcloud.net.cn/api/location/location.html#getlocation
2024-06-13 12:47
Suty
https://ask.dcloud.net.cn/question/192373这个谷歌地图bug看一下啊,有提供代码
2024-06-14 11:38