国内网如何看国外网站,网站建设合同书 简易,快速搭建网站框架新手攻略,秦皇岛做网站公司有哪些进入高德地图开发者平台申请web服务#xff0c;并获取web服务生成的key下面是高德地图官网的逆地理编码服务使用说明https://lbs.amap.com/api/webservice/guide/api/georegeo/
getAddressByLocation(latitude, longitude) {const key key; // 高德地图key密钥const url h…进入高德地图开发者平台申请web服务并获取web服务生成的key下面是高德地图官网的逆地理编码服务使用说明https://lbs.amap.com/api/webservice/guide/api/georegeo/
getAddressByLocation(latitude, longitude) {const key key; // 高德地图key密钥const url https://restapi.amap.com/v3/geocode/regeo?outputjsonlocation latitude , longitude key key;uni.request({url: url,}).then(res{console.log(res.data)let address res.data.regeocode.formatted_address // 获取的地址})
}