Created
August 23, 2016 21:06
-
-
Save rohan-paul/ab056e7d7d521b5e90b6747bbfd8bac4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"results" : [ | |
{ | |
"address_components" : [ | |
{ | |
"long_name" : "1600", | |
"short_name" : "1600", | |
"types" : [ "street_number" ] | |
}, | |
{ | |
"long_name" : "Amphitheatre Parkway", | |
"short_name" : "Amphitheatre Pkwy", | |
"types" : [ "route" ] | |
}, | |
{ | |
"long_name" : "Mountain View", | |
"short_name" : "Mountain View", | |
"types" : [ "locality", "political" ] | |
}, | |
{ | |
"long_name" : "Santa Clara County", | |
"short_name" : "Santa Clara County", | |
"types" : [ "administrative_area_level_2", "political" ] | |
}, | |
{ | |
"long_name" : "California", | |
"short_name" : "CA", | |
"types" : [ "administrative_area_level_1", "political" ] | |
}, | |
{ | |
"long_name" : "United States", | |
"short_name" : "US", | |
"types" : [ "country", "political" ] | |
}, | |
{ | |
"long_name" : "94043", | |
"short_name" : "94043", | |
"types" : [ "postal_code" ] | |
} | |
], | |
"formatted_address" : "1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA", | |
"geometry" : { | |
"location" : { | |
"lat" : 37.4223434, | |
"lng" : -122.0843689 | |
}, | |
"location_type" : "ROOFTOP", | |
"viewport" : { | |
"northeast" : { | |
"lat" : 37.42369238029149, | |
"lng" : -122.0830199197085 | |
}, | |
"southwest" : { | |
"lat" : 37.42099441970849, | |
"lng" : -122.0857178802915 | |
} | |
} | |
}, | |
"place_id" : "ChIJ2eUgeAK6j4ARbn5u_wAGqWA", | |
"types" : [ "street_address" ] | |
} | |
], | |
"status" : "OK" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment