geocode0.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "results" : [
  3. {
  4. "address_components" : [
  5. {
  6. "long_name" : "74523",
  7. "short_name" : "74523",
  8. "types" : [ "postal_code" ]
  9. },
  10. {
  11. "long_name" : "Schwäbisch Hall",
  12. "short_name" : "Schwäbisch Hall",
  13. "types" : [ "locality", "political" ]
  14. },
  15. {
  16. "long_name" : "Schwäbisch Hall",
  17. "short_name" : "SHA",
  18. "types" : [ "administrative_area_level_3", "political" ]
  19. },
  20. {
  21. "long_name" : "Stuttgart",
  22. "short_name" : "Süd",
  23. "types" : [ "administrative_area_level_2", "political" ]
  24. },
  25. {
  26. "long_name" : "Baden-Württemberg",
  27. "short_name" : "BW",
  28. "types" : [ "administrative_area_level_1", "political" ]
  29. },
  30. {
  31. "long_name" : "Deutschland",
  32. "short_name" : "DE",
  33. "types" : [ "country", "political" ]
  34. }
  35. ],
  36. "formatted_address" : "74523 Schwäbisch Hall, Deutschland",
  37. "geometry" : {
  38. "bounds" : {
  39. "northeast" : {
  40. "lat" : 49.1670039,
  41. "lng" : 9.875680899999999
  42. },
  43. "southwest" : {
  44. "lat" : 49.04597,
  45. "lng" : 9.5970288
  46. }
  47. },
  48. "location" : {
  49. "lat" : 49.1257616,
  50. "lng" : 9.7544127
  51. },
  52. "location_type" : "APPROXIMATE",
  53. "viewport" : {
  54. "northeast" : {
  55. "lat" : 49.1670039,
  56. "lng" : 9.875680899999999
  57. },
  58. "southwest" : {
  59. "lat" : 49.04597,
  60. "lng" : 9.5970288
  61. }
  62. }
  63. },
  64. "postcode_localities" : [ "Braunsbach", "Michelbach an der Bilz", "Schwäbisch Hall" ],
  65. "types" : [ "postal_code" ]
  66. }
  67. ],
  68. "status" : "OK"
  69. }