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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b349fa-2bf40.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b349fa-2bf40.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?