Uniapp获取具体地理位置
使用uniapp自带uni.getLocation获取当前定位经纬度
再调用高德逆地理编码API,查到具体位置信息
https://restapi.amap.com/v3/geocode/regeo?location=${longitude},${latitude}&key=${key}&extensions=all
但是个人申请的key,有配额限制
最多每日5000次
使用uniapp自带uni.getLocation获取当前定位经纬度
再调用高德逆地理编码API,查到具体位置信息
https://restapi.amap.com/v3/geocode/regeo?location=${longitude},${latitude}&key=${key}&extensions=all
但是个人申请的key,有配额限制
最多每日5000次