I have tried that Baidu Maps and Amap"s API, can only be parsed to the district level. Although Gaode"s official API document says that it can return street-level data, it is actually only returned to the district level. This is the returned data of Amap API (the API of Baidu map cannot be parsed to the street as well) (ide/api/georegeo" rel=" nofollow noreferrer "> Gaud official link address )
`{
"status": "1",
"info": "OK",
"infocode": "10000",
"count": "1",
"geocodes": [
"0": {
"formatted_address": "|A",
"province": "",
"citycode": "010",
"city": "",
"district": "",
"township": [],
"neighborhood": {
"name": [],
"type": []
},
"building": {
"name": [],
"type": []
},
"adcode": "110105",
"street": [],
"number": [],
"location": "116.480724,39.989584",
"level": ""
}
]}`