uni.getLocation({
type: 'gcj02',
geocode: true,
success: res => {
that.latitude = res.latitude
that.longitude = res.longitude
},
fail: () => {
console.log('获取经纬度失败')
},
complete: () => {
},
})
- 发布:2020-12-04 10:57
- 更新:2021-09-17 10:46
- 阅读:1868
产品分类: uniapp/H5
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 10.15.7
HBuilderX类型: 正式
HBuilderX版本号: 2.9.8
浏览器平台: Chrome
浏览器版本: 87.0.4280.67
项目创建方式: HBuilderX
示例代码:
操作步骤:
直接调用uni.getLocation()
直接调用uni.getLocation()
预期结果:
获取到坐标位置
获取到坐标位置
实际结果:
file 获取失败
file 获取失败
bug描述:
昨天还好好的 今天就没办法获取坐标了
"errMsg": "getLocation:fail Error Domain=PGLocation Code=13 \"不能获取到位置\" UserInfo={NSLocalizedDescription=不能获取到位置},https://ask.dcloud.net.cn/article/282"
4***@qq.com
{
"errMsg": "getLocation:fail Error Domain=PGLocation Code=13 \"不能获取到位置\" UserInfo={NSLocalizedDescription=不能获取到位置},https://ask.dcloud.net.cn/article/282"
}
2021-05-08 16:17