uni.getLocation({type: 'gcj02',geocode: true,success: (res) => {console.log(res)}})
- 发布:2022-03-12 11:02
- 更新:2022-05-29 11:55
- 阅读:400
【报Bug】使用getLocation获取位置信息,已经设置了geocode: true,苹果手机没有返回address信息
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.3.11
手机系统: iOS
手机系统版本号: iOS 14
手机厂商: 苹果
手机机型: iphone11
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
uni.getLocation({type: 'gcj02',geocode: true,success: (res) => {console.log(res)}})
uni.getLocation({type: 'gcj02',geocode: true,success: (res) => {console.log(res)}})
预期结果:
返回address信息
返回address信息
实际结果:
{
"type": "gcj02",
"altitude": 11.33250331878662,
"latitude": 26.02687581380208,
"longitude": 119.3428493923611,
"speed": null,
"accuracy": 65,
"errMsg": "getLocation:ok"
}
{
"type": "gcj02",
"altitude": 11.33250331878662,
"latitude": 26.02687581380208,
"longitude": 119.3428493923611,
"speed": null,
"accuracy": 65,
"errMsg": "getLocation:ok"
}
bug描述:
使用getLocation获取位置信息,已经设置了geocode: true,苹果手机没有返回address信息
2 个回复
小枫叶 - 外包接单加v:wlmk1234567 注明来意
其他ios设备呢 也这样
g***@jtexpress.com
我也遇到了这个问题 楼上解决了吗