uni.getLocation获取定位fail报错问题汇总

Posted 铁锤妹妹@

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uni.getLocation获取定位fail报错问题汇总相关的知识,希望对你有一定的参考价值。

uni.getLocation(OBJECT)
获取当前的地理位置、速度。

fail返回的对象 errMsg 可能返回的值如下:

'getLocation:fail auth deny', 'getLocation:fail:auth denied', 'getLocation:fail authorize no response' :用户在小程序中未授权 (新老版本、平台返回不同)
'getLocation:fail system permission denied':未给微信位置授权
'getLocation:fail:ERROR_NOCELL&WIFI_LOCATIONSWITCHOFF':没开启系统定位
'getLocation:fail:ERROR_NETWORK':网络异常
'getLocation:fail:timeout':定位超时

解决方案可以参考
微信小程序获取地理位置失败原因及解决方案

以上是关于uni.getLocation获取定位fail报错问题汇总的主要内容,如果未能解决你的问题,请参考以下文章

uni.getlocation()通过谷歌获取定位

uni.getlocation()通过谷歌获取定位

uni.getlocation()通过谷歌获取定位

uni-app获取当前位置

uniapp 离线打包android 高德地图 定位 uni.getLocation 就看这一篇就够了

uni.getLocation和wx.getLocation方法调用无效,也不返回失败,解决方案!!!