geocode1.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "results" : [
  3. {
  4. "address_components" : [
  5. {
  6. "long_name" : "100",
  7. "short_name" : "100",
  8. "types" : [ "street_number" ]
  9. },
  10. {
  11. "long_name" : "Leopoldstraße",
  12. "short_name" : "Leopoldstraße",
  13. "types" : [ "route" ]
  14. },
  15. {
  16. "long_name" : "Schwabing-Freimann",
  17. "short_name" : "Schwabing-Freimann",
  18. "types" : [ "sublocality_level_1", "sublocality", "political" ]
  19. },
  20. {
  21. "long_name" : "München",
  22. "short_name" : "M",
  23. "types" : [ "locality", "political" ]
  24. },
  25. {
  26. "long_name" : "Oberbayern",
  27. "short_name" : "Oberbayern",
  28. "types" : [ "administrative_area_level_2", "political" ]
  29. },
  30. {
  31. "long_name" : "Bayern",
  32. "short_name" : "BY",
  33. "types" : [ "administrative_area_level_1", "political" ]
  34. },
  35. {
  36. "long_name" : "Deutschland",
  37. "short_name" : "DE",
  38. "types" : [ "country", "political" ]
  39. },
  40. {
  41. "long_name" : "80802",
  42. "short_name" : "80802",
  43. "types" : [ "postal_code" ]
  44. }
  45. ],
  46. "formatted_address" : "Leopoldstraße 100, 80802 München, Deutschland",
  47. "geometry" : {
  48. "location" : {
  49. "lat" : 48.16485000000001,
  50. "lng" : 11.58681
  51. },
  52. "location_type" : "ROOFTOP",
  53. "viewport" : {
  54. "northeast" : {
  55. "lat" : 48.16619898029151,
  56. "lng" : 11.5881589802915
  57. },
  58. "southwest" : {
  59. "lat" : 48.16350101970851,
  60. "lng" : 11.5854610197085
  61. }
  62. }
  63. },
  64. "types" : [ "street_address" ]
  65. }
  66. ],
  67. "status" : "OK"
  68. }