leaflet-geosearch
Version:
Adds support for address lookup (a.k.a. geocoding / geosearching) to Leaflet.
31 lines (30 loc) • 607 B
JSON
{
"status": "1",
"info": "OK",
"infocode": "10000",
"count": "1",
"geocodes": [
{
"formatted_address": "上海市浦东新区外滩",
"country": "中国",
"province": "上海市",
"citycode": "021",
"city": "上海市",
"district": "浦东新区",
"township": [],
"neighborhood": {
"name": [],
"type": []
},
"building": {
"name": [],
"type": []
},
"adcode": "310115",
"street": [],
"number": [],
"location": "121.497253,31.238235",
"level": "住宅区"
}
]
}