Guest User

Google Maps JSON output

a guest
Dec 16th, 2015
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Google Maps >>
  2. [
  3. {
  4. "address_components":
  5. [
  6. {"long_name":"2275","short_name":"2275","types":["street_number"]},
  7. {"long_name":"White Oak Circle","short_name":"White Oak Cir","types":["route"]},
  8. {"long_name":"Aurora","short_name":"Aurora","types":["locality","political"]},
  9. {"long_name":"Naperville Township","short_name":"Naperville Township","types":["administrative_area_level_3","political"]},
  10. {"long_name":"DuPage County","short_name":"Dupage County","types":["administrative_area_level_2","political"]},
  11. {"long_name":"Illinois","short_name":"IL","types":["administrative_area_level_1","political"]},
  12. {"long_name":"United States","short_name":"US","types":["country","political"]},
  13. {"long_name":"60502","short_name":"60502","types":["postal_code"]},
  14. {"long_name":"9670","short_name":"9670","types":["postal_code_suffix"]}
  15. ],
  16. "formatted_address":"2275 White Oak Cir, Aurora, IL 60502, USA",
  17. "geometry":
  18. {
  19. "bounds":
  20. {
  21. "south":41.7966763,"west":-88.25915839999999,"north":41.7970905,"east":-88.25859939999998
  22. },
  23. "location":
  24. {
  25. "lat":41.7968834,"lng":-88.25887890000001
  26. },
  27. "location_type":"ROOFTOP",
  28. "viewport":
  29. {
  30. "south":41.7955344197085,"west":-88.2602278802915,"north":41.7982323802915,"east":-88.25752991970847
  31. }
  32. },
  33. "place_id":"ChIJ7e9Se8_7DogRjXTDUBAglvI","types":["premise"]
  34. }
  35. ]
Add Comment
Please, Sign In to add comment