{
"code": 1,
"msg": "返回成功",
"data": {
"results": [
{
"address_components": [
{
"long_name": "深圳市",
"short_name": "深圳市",
"types": [
"locality",
"political"
]
},
{
"long_name": "广东省",
"short_name": "广东省",
"types": [
"administrative_area_level_1",
"political"
]
},
{
"long_name": "中国",
"short_name": "CN",
"types": [
"country",
"political"
]
}
],
"formatted_address": "中国广东省深圳市",
"geometry": {
"bounds": {
"northeast": {
"lat": 22.8515,
"lng": 114.6521399
},
"southwest": {
"lat": 22.234,
"lng": 113.67698
}
},
"location": {
"lat": 22.5428599,
"lng": 114.05956
},
"location_type": "APPROXIMATE",
"viewport": {
"northeast": {
"lat": 22.7809313,
"lng": 114.3553162
},
"southwest": {
"lat": 22.3293893,
"lng": 113.7524414
}
}
},
"place_id": "ChIJkVLh0Aj0AzQRyYCStw1V7v0",
"types": [
"locality",
"political"
]
}
],
"status": "OK"
}
}