Skip to content

Instantly share code, notes, and snippets.

@carchrae
Forked from ahoward/colorado.json
Created October 5, 2011 16:40
Show Gist options
  • Save carchrae/1264956 to your computer and use it in GitHub Desktop.
Save carchrae/1264956 to your computer and use it in GitHub Desktop.
{
"results" : [
{
"address_components" : [
{
"long_name" : "Colorado",
"short_name" : "CO",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Colorado, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 41.00344390,
"lng" : -102.0408780
},
"southwest" : {
"lat" : 36.9924240,
"lng" : -109.0602560
}
},
"location" : {
"lat" : 39.55005070,
"lng" : -105.78206740
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 41.71745260,
"lng" : -101.68416690
},
"southwest" : {
"lat" : 37.31276740,
"lng" : -109.87996790
}
}
},
"types" : [ "administrative_area_level_1", "political" ]
}
],
"status" : "OK"
}
@carchrae
Copy link
Author

carchrae commented Jan 6, 2014

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment