代码片段

作者: 敖武

逆地理

根据坐标获取道路名称:

curl -s "https://restapi.amap.com/v3/geocode/regeo?output=json&location=116.310003,39.991957&key=xxx&radius=1000&extensions=all" | jq . | grep "name" | head -1 | awk -F ":" '{print $2}' | sed 's/"//g' | sed 's/,//g' 

注1:Mac 系统安装GNU版的curl

注2:xxx需替换,请自动去 高德地图 LBS 注册