{
  "name": "gz",
  "Status": {
    "code": 200,
    "request": "geocode"
  },
  "Placemark": [ {
    "id": "p1",
    "address": "Günzburg, Germany",
    "AddressDetails": {
   "Accuracy" : 3,
   "Country" : {
      "AdministrativeArea" : {
         "AdministrativeAreaName" : "Bayern",
         "SubAdministrativeArea" : {
            "SubAdministrativeAreaName" : "Günzburg"
         }
      },
      "CountryName" : "Deutschland",
      "CountryNameCode" : "DE"
   }
},
    "ExtendedData": {
      "LatLonBox": {
        "north": 48.4064962,
        "south": 48.1689153,
        "east": 10.6616940,
        "west": 10.1494564
      }
    },
    "Point": {
      "coordinates": [ 10.4055752, 48.2878439, 0 ]
    }
  } ]
}
