minacc.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "results" : [
  3. {
  4. "address_components" : [
  5. {
  6. "long_name" : "Deutschland",
  7. "short_name" : "DE",
  8. "types" : [ "country", "political" ]
  9. }
  10. ],
  11. "formatted_address" : "Deutschland",
  12. "geometry" : {
  13. "bounds" : {
  14. "northeast" : {
  15. "lat" : 55.058347,
  16. "lng" : 15.0418962
  17. },
  18. "southwest" : {
  19. "lat" : 47.2701115,
  20. "lng" : 5.8663425
  21. }
  22. },
  23. "location" : {
  24. "lat" : 51.165691,
  25. "lng" : 10.451526
  26. },
  27. "location_type" : "APPROXIMATE",
  28. "viewport" : {
  29. "northeast" : {
  30. "lat" : 55.058347,
  31. "lng" : 15.0418962
  32. },
  33. "southwest" : {
  34. "lat" : 47.2701115,
  35. "lng" : 5.8663425
  36. }
  37. }
  38. },
  39. "types" : [ "country", "political" ]
  40. }
  41. ],
  42. "status" : "OK"
  43. }