Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. {
  2. "results" : [
  3. {
  4. "address_components" : [
  5. {
  6. "long_name" : "94539",
  7. "short_name" : "94539",
  8. "types" : [ "postal_code" ]
  9. },
  10. {
  11. "long_name" : "Fremont",
  12. "short_name" : "Fremont",
  13. "types" : [ "locality", "political" ]
  14. },
  15. {
  16. "long_name" : "California",
  17. "short_name" : "CA",
  18. "types" : [ "administrative_area_level_1", "political" ]
  19. },
  20. {
  21. "long_name" : "United States",
  22. "short_name" : "US",
  23. "types" : [ "country", "political" ]
  24. }
  25. ],
  26. "formatted_address" : "Fremont, CA 94539, USA",
  27. "geometry" : {
  28. "bounds" : {
  29. "northeast" : {
  30. "lat" : 37.576397,
  31. "lng" : -121.826864
  32. },
  33. "southwest" : {
  34. "lat" : 37.458473,
  35. "lng" : -121.961554
  36. }
  37. },
  38. "location" : {
  39. "lat" : 37.5148444,
  40. "lng" : -121.9131761
  41. },
  42. "location_type" : "APPROXIMATE",
  43. "viewport" : {
  44. "northeast" : {
  45. "lat" : 37.576397,
  46. "lng" : -121.826864
  47. },
  48. "southwest" : {
  49. "lat" : 37.458473,
  50. "lng" : -121.961554
  51. }
  52. }
  53. },
  54. "place_id" : "ChIJ24wgUSjEj4ARs2MIuB5u5y4",
  55. "types" : [ "postal_code" ]
  56. }
  57. ],
  58. "status" : "OK"
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement