Skip to content

Instantly share code, notes, and snippets.

@ahoward
Created October 5, 2011 16:07
Show Gist options
  • Save ahoward/1264838 to your computer and use it in GitHub Desktop.
Save ahoward/1264838 to your computer and use it in GitHub Desktop.
{
"id": 66,
"uuid": "25a99516-a1a2-11e0-b7b8-78ca39fffe37",
"address": "boulder",
"formatted_address": "Boulder, CO, USA",
"country": "United States",
"administrative_area_level_1": "Colorado",
"administrative_area_level_2": "Boulder",
"locality": "Boulder",
"prefix": "/united_states/colorado/boulder/boulder",
"postal_code": null,
"lat": 40.0149856,
"lng": -105.2705456,
"utc_offset": -25200.0,
"json": {
"results": [
{
"address_components": [
{
"long_name": "Boulder",
"types": [
"locality",
"political"
],
"short_name": "Boulder"
},
{
"long_name": "Boulder",
"types": [
"administrative_area_level_2",
"political"
],
"short_name": "Boulder"
},
{
"long_name": "Colorado",
"types": [
"administrative_area_level_1",
"political"
],
"short_name": "CO"
},
{
"long_name": "United States",
"types": [
"country",
"political"
],
"short_name": "US"
}
],
"types": [
"locality",
"political"
],
"geometry": {
"location": {
"lng": -105.2705456,
"lat": 40.0149856
},
"bounds": {
"northeast": {
"lng": -105.178197,
"lat": 40.0945509
},
"southwest": {
"lng": -105.301758,
"lat": 39.9640689
}
},
"location_type": "APPROXIMATE",
"viewport": {
"northeast": {
"lng": -105.1424862,
"lat": 40.0833165
},
"southwest": {
"lng": -105.398605,
"lat": 39.9465862
}
}
},
"formatted_address": "Boulder, CO, USA"
}
],
"status": "OK"
},
"created_at": "2011-06-28T16:17:40Z",
"updated_at": "2011-06-28T16:17:40Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment