Skip to content

Instantly share code, notes, and snippets.

@dannguyen
Created January 28, 2016 04:05
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Sample geocoding responses from Google Maps and Mapzen Search for "Stanford"
{
"results" : [
{
"address_components" : [
{
"long_name" : "Stanford",
"short_name" : "Stanford",
"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" ]
}
],
"formatted_address" : "Stanford, CA, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 37.4435369,
"lng" : -122.149475
},
"southwest" : {
"lat" : 37.4063388,
"lng" : -122.191292
}
},
"location" : {
"lat" : 37.42410599999999,
"lng" : -122.1660756
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 37.4435369,
"lng" : -122.149475
},
"southwest" : {
"lat" : 37.4063388,
"lng" : -122.191292
}
}
},
"place_id" : "ChIJzd7xXsm6j4ARUp8sFUMNrWs",
"types" : [ "locality", "political" ]
}
],
"status" : "OK"
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment