# 經緯度轉位置信息
~~~[api]
get:/location/infor
*double:latitude=36.027141#緯度
*double:longitude=103.722677#經度
<<<
success
{
"status": 0,
"result": {
"location": {
"lng": 103.722677,
"lat": 36.027140891377
},
"formatted_address": "甘肅省蘭州市七里河區",
"business": "",
"addressComponent": {
"country": "中國",
"country_code": 0,
"province": "甘肅省",
"city": "蘭州市",
"district": "七里河區",
"adcode": "620103",
"street": "",
"street_number": "",
"direction": "",
"distance": ""
},
"pois": [],
"roads": [],
"poiRegions": [],
"sematic_description": "陽屲北338米",
"cityCode": 36
}
}
<<<
error
{
"status":false,
"error":"No data !"
}
~~~