google map 地址反向解析服务

http://ditu.google.com/maps/geo?output=json&oe=utf-8&q=31.31832,%20120.6570


{
  "name": "31.31832, 120.6570",
  "Status": {
    "code": 200,
    "request": "geocode"
  },
  "Placemark": [ {
    "id": "p1",
    "address": "1699号 Xiandai Ave, Wuzhong, Suzhou, Jiangsu, China",
    "AddressDetails": {
   "Accuracy" : 8,
   "Country" : {
      "AdministrativeArea" : {
         "AdministrativeAreaName" : "江苏省",
         "Locality" : {
            "DependentLocality" : {
               "DependentLocalityName" : "吴中区",
               "Thoroughfare" : {
                  "ThoroughfareName" : "现代大道1699号"
               }
            },
            "LocalityName" : "苏州市"
         }
      },
      "CountryName" : "中国",
      "CountryNameCode" : "CN"
   }
},
    "ExtendedData": {
      "LatLonBox": {
        "north": 31.3197970,
        "south": 31.3170990,
        "east": 120.6592100,
        "west": 120.6565120
      }
    },
    "Point": {
      "coordinates": [ 120.6578610, 31.3184480, 0 ]
    }
  } ]
}


你可能感兴趣的:(Google)