高德地图实现微信小程序定位
大约 1 分钟
结合高德地图实现微信小程序定位
uniapp 结合高德地图实现微信小程序定位
高德地图,微信小程序 DOM: https://lbs.amap.com/api/wx/summary 微信小程序插件: https://lbs.amap.com/api/wx/download
微信小程序定位结合高德地图未配置报错
- 报错信息
- 解决方法 在 manifest.json 文件的源码视图中进行如下配置
"mp-weixin": {
"appid": "wxdsd564sdgsd45488978gs564sdsgdg",
"setting": {
"urlCheck": true,
"es6": true,
"minified": true
},
"permission": {
"scope.userLocation": {
"desc": "有定位功能需要导航定位"
}
},
"requiredPrivateInfos": ["getLocation"],
},
微信小程序定位结合高德地图 Key 值无效报错
- 报错信息
- 解决办法,高德地图 Key 申请
参考:https://lbs.amap.com/api/javascript-api/guide/abc/prepare