Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. {
  2. "address_components":[
  3. {
  4. "long_name":"1287-1543",
  5. "short_name":"1287-1543",
  6. "types":[
  7. "street_number"
  8. ]
  9. },
  10. {
  11. "long_name":"Forest Hill Road",
  12. "short_name":"Forest Hill Rd",
  13. "types":[
  14. "route"
  15. ]
  16. },
  17. {
  18. "long_name":"Staten Island",
  19. "short_name":"Staten Island",
  20. "types":[
  21. "political",
  22. "sublocality",
  23. "sublocality_level_1"
  24. ]
  25. },
  26. {
  27. "long_name":"Richmond County",
  28. "short_name":"Richmond County",
  29. "types":[
  30. "administrative_area_level_2",
  31. "political"
  32. ]
  33. },
  34. {
  35. "long_name":"New York",
  36. "short_name":"NY",
  37. "types":[
  38. "administrative_area_level_1",
  39. "political"
  40. ]
  41. },
  42. {
  43. "long_name":"United States",
  44. "short_name":"US",
  45. "types":[
  46. "country",
  47. "political"
  48. ]
  49. },
  50. {
  51. "long_name":"10314",
  52. "short_name":"10314",
  53. "types":[
  54. "postal_code"
  55. ]
  56. }
  57. ],
  58. "formatted_address":"1287-1543 Forest Hill Rd, Staten Island, NY 10314, USA",
  59. "geometry":{
  60. "bounds":{
  61. "northeast":{
  62. "lat":40.5882407,
  63. "lng":-74.1458856
  64. },
  65. "southwest":{
  66. "lat":40.5856519,
  67. "lng":-74.14682719999999
  68. }
  69. },
  70. "location":{
  71. "lat":40.5868522,
  72. "lng":-74.1461241
  73. },
  74. "location_type":"RANGE_INTERPOLATED",
  75. "viewport":{
  76. "northeast":{
  77. "lat":40.5882952802915,
  78. "lng":-74.14500741970849
  79. },
  80. "southwest":{
  81. "lat":40.5855973197085,
  82. "lng":-74.14770538029151
  83. }
  84. }
  85. },
  86. "place_id":"EjYxMjg3LTE1NDMgRm9yZXN0IEhpbGwgUmQsIFN0YXRlbiBJc2xhbmQsIE5ZIDEwMzE0LCBVU0E",
  87. "types":[
  88. "street_address"
  89. ]
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement