uni.chooseLocation({
success: (res) => {
console.log(res);
}
});
- 发布:2023-05-11 14:25
- 更新:2023-06-26 11:09
- 阅读:1421
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.7.11
浏览器平台: Chrome
浏览器版本: 113.0.1774.35 (正式版本)
项目创建方式: HBuilderX
示例代码:
操作步骤:
uni.chooseLocation({
success: (res) => {
console.log(res);
}
});
uni.chooseLocation({
success: (res) => {
console.log(res);
}
});
预期结果:
不报错正常拿到name
不报错正常拿到name
实际结果:
报错,拿不到name
报错,拿不到name
vue2 未开启科学上网存在该问题,高德地图获取位置会调用 google 服务,如无科学上网,可能会导致该问题
-
回复 DCloud_UNI_WZF: 官方安卓app案例正常打开地图,自己新建的案例配置好高德key等,自定义打包运行也是报INVALID_PARAMS,你可以试下。
2023-05-29 18:19
Planets (作者)
我是用高德的经纬度获取地址接口又获取了一次
https://restapi.amap.com/v3/geocode/regeo?location=${res.longitude},${res.latitude}&key=xxxxxx
2023-05-29 10:53
功夫熊猫
回复 Planets: 是要自己写一个map吗?不能使用官方api->chooseLocation了吗?
2023-05-29 14:38
功夫熊猫
能否附加一个案例看一下?
2023-05-29 14:40