Skip to content

Instantly share code, notes, and snippets.

@levinotik
Created July 8, 2013 15:44
Show Gist options
  • Select an option

  • Save levinotik/5949967 to your computer and use it in GitHub Desktop.

Select an option

Save levinotik/5949967 to your computer and use it in GitHub Desktop.
{
"results": [
{
"address_components": [
{
"long_name": "11691",
"short_name": "11691",
"types": [
"postal_code"
]
},
{
"long_name": "Far Rockaway",
"short_name": "Far Rockaway",
"types": [
"neighborhood",
"political"
]
},
{
"long_name": "FAR ROCKAWAY",
"short_name": "FAR ROCKAWAY",
"types": [
"locality",
"political"
]
},
{
"long_name": "New York",
"short_name": "NY",
"types": [
"administrative_area_level_1",
"political"
]
},
{
"long_name": "United States",
"short_name": "US",
"types": [
"country",
"political"
]
}
],
"formatted_address": "FAR ROCKAWAY, NY 11691, USA",
"geometry": {
"bounds": {
"northeast": {
"lat": 40.61421800000001,
"lng": -73.73799679999999
},
"southwest": {
"lat": 40.5884689,
"lng": -73.7894708
}
},
"location": {
"lat": 40.6024346,
"lng": -73.762495
},
"location_type": "APPROXIMATE",
"viewport": {
"northeast": {
"lat": 40.61421800000001,
"lng": -73.73799679999999
},
"southwest": {
"lat": 40.5884689,
"lng": -73.7894708
}
}
},
"types": [
"postal_code"
]
}
],
"status": "OK"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment