| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "results" : [
- {
- "address_components" : [
- {
- "long_name" : "Deutschland",
- "short_name" : "DE",
- "types" : [ "country", "political" ]
- }
- ],
- "formatted_address" : "Deutschland",
- "geometry" : {
- "bounds" : {
- "northeast" : {
- "lat" : 55.058347,
- "lng" : 15.0418962
- },
- "southwest" : {
- "lat" : 47.2701115,
- "lng" : 5.8663425
- }
- },
- "location" : {
- "lat" : 51.165691,
- "lng" : 10.451526
- },
- "location_type" : "APPROXIMATE",
- "viewport" : {
- "northeast" : {
- "lat" : 55.058347,
- "lng" : 15.0418962
- },
- "southwest" : {
- "lat" : 47.2701115,
- "lng" : 5.8663425
- }
- }
- },
- "types" : [ "country", "political" ]
- }
- ],
- "status" : "OK"
- }
|