uni.getLocation({
"type": "gcj02",
"isHighAccuracy": true,
"geocode": true
})
- 发布:2025-01-17 14:36
- 更新:2025-01-18 10:35
- 阅读:23
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows11
HBuilderX类型: 正式
HBuilderX版本号: 4.45
手机系统: Android
手机系统版本号: Android 14
手机厂商: 小米
手机机型: 小米14
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
uni.getLocation({
"type": "gcj02",
"isHighAccuracy": true,
"geocode": true
})
uni.getLocation({
"type": "gcj02",
"isHighAccuracy": true,
"geocode": true
})
预期结果:
返回address字段
返回address字段
实际结果:
未返回address字段,字段都没有,还不是有字段,值为空的问题。
未返回address字段,字段都没有,还不是有字段,值为空的问题。
bug描述:
配置了腾讯地图SDK,调用API:uni.getLocation
1.未返回address地址信息。
- 触发success回调,未触发complete回调事件。
1 个回复
DCloud_UNI_LXH
使用 plus.geolocation.getCurrentPosition 试试看呢,能正常返回吗?