https://lbs.amap.com/api/webservice/guide/api/georegeo
https://restapi.amap.com/v3/geocode/geo?address=西京医院&city=西安&output=JSON&key=019283b696d5ca15e7499f4ec877f5aa
{
"status": "1",
"info": "OK",
"infocode": "10000",
"count": "1",
"geocodes": [
{
"formatted_address": "陕西省西安市新城区西京医院",
"country": "中国",
"province": "陕西省",
"citycode": "029",
"city": "西安市",
"district": "新城区",
"township": [],
"neighborhood": {
"name": [],
"type": []
},
"building": {
"name": [],
"type": []
},
"adcode": "610102",
"street": [],
"number": [],
"location": "108.987689,34.272242",
"level": "兴趣点"
}
]
}
只取 level 为兴趣点的经纬度
https://lbs.amap.com/api/webservice/guide/api/search
https://restapi.amap.com/v3/place/text?keywords=西安高新医院体检科&city=beijing&output=json&offset=20&page=1&key=019283b696d5ca15e7499f4ec877f5aa&extensions=all
{
"suggestion": {
"keywords": [],
"cities": []
},
"count": "1",
"infocode": "10000",
"pois": [
{
"parent": "B001D08ETH",
"distance": [],
"pcode": "610000",
"importance": [],
"biz_ext": {
"cost": "3842.00",
"rating": []
},
"recommend": "0",
"type": "医疗保健服务;综合医院;三级甲等医院",
"photos": [
{
"title": [],
"url": "http://store.is.autonavi.com/showpic/b5342fed124fdeb78d11ef8a0bf67cdc"
},
{
"title": [],
"url": "http://store.is.autonavi.com/showpic/3b7c15c5fb5897ca3bd80daf3e181991"
},
{
"title": [],
"url": "http://store.is.autonavi.com/showpic/dc185deaf210c4ea221718f7e9bd9c23"
}
],
"discount_num": "0",
"gridcode": "5108277021",
"typecode": "090101",
"shopinfo": "2",
"poiweight": [],
"citycode": "029",
"adname": "雁塔区",
"children": [],
"alias": [],
"tel": "029-88330230",
"id": "B0HAMU1EQQ",
"tag": [],
"event": [],
"entr_location": "108.881651,34.230806",
"indoor_map": "0",
"email": [],
"timestamp": "2022-06-06 09:19:48",
"website": [],
"address": "团结南路16号",
"adcode": "610113",
"pname": "陕西省",
"biz_type": [],
"cityname": "西安市",
"postcode": [],
"match": "0",
"business_area": "丈八",
"indoor_data": {
"cmsid": [],
"truefloor": [],
"cpid": [],
"floor": []
},
"childtype": "307",
"exit_location": [],
"name": "西安高新医院体检科",
"location": "108.881330,34.230703",
"shopid": [],
"navi_poiid": "I49F022008_196839",
"groupbuy_num": "0"
}
],
"status": "1",
"info": "OK"
}
版权说明 : 本文为转载文章, 版权归原作者所有 版权申明
原文链接 : https://blog.csdn.net/chengqiuming/article/details/125152088
内容来源于网络,如有侵权,请联系作者删除!