Created
October 5, 2011 16:38
-
-
Save ahoward/1264951 to your computer and use it in GitHub Desktop.
This file contains hidden or 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" : "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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment