The street where the given address is resolved?

< H2 > is to give a relatively complete address and resolve the street to which it belongs, such as: Fang Heng International Center, Chaoyang District, Beijing | Block A, to find out which street the address belongs to. < / H2 >

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": ""
    }
]}`

Mar.21,2021
Menu