wx.getLocation使用的时候精度怎么一直在35降不下去了?昨天还是好好的,今天突然精度最低就只能降到35了,start和change组合使用那个还是正常,就getLocation突然不好用了
wx.getLocation({ // 小程序 的获取当前的位置经纬度
type: 'gcj02',
isHighAccuracy: true, // 开启高精度模式
highAccuracyExpireTime: 3000,
success: (res) => {
console.log(res, '在成功的回调之中')
console.log(res.horizontalAccuracy, '+-------------')
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)