Skip to content

Instantly share code, notes, and snippets.

@zeke
Last active June 27, 2018 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeke/644b38a511ceeb9f373d85afd569bfe5 to your computer and use it in GitHub Desktop.
Save zeke/644b38a511ceeb9f373d85afd569bfe5 to your computer and use it in GitHub Desktop.
{ address: 'North Alabama Electric Cooperative, Alabama',
key: 'AIzaSyDL4pgEDGAsTEoDsswiiAZFx_4uU9zho2c' }
[
{
"address_components": [
{
"long_name": "41103",
"short_name": "41103",
"types": [
"street_number"
]
},
{
"long_name": "U.S. 72",
"short_name": "US-72",
"types": [
"route"
]
},
{
"long_name": "Stevenson",
"short_name": "Stevenson",
"types": [
"locality",
"political"
]
},
{
"long_name": "Jackson County",
"short_name": "Jackson County",
"types": [
"administrative_area_level_2",
"political"
]
},
{
"long_name": "Alabama",
"short_name": "AL",
"types": [
"administrative_area_level_1",
"political"
]
},
{
"long_name": "United States",
"short_name": "US",
"types": [
"country",
"political"
]
},
{
"long_name": "35772",
"short_name": "35772",
"types": [
"postal_code"
]
},
{
"long_name": "4560",
"short_name": "4560",
"types": [
"postal_code_suffix"
]
}
],
"formatted_address": "41103 US-72, Stevenson, AL 35772, USA",
"geometry": {
"location": {
"lat": 34.846349,
"lng": -85.82750399999999
},
"location_type": "ROOFTOP",
"viewport": {
"northeast": {
"lat": 34.8476979802915,
"lng": -85.8261550197085
},
"southwest": {
"lat": 34.8450000197085,
"lng": -85.8288529802915
}
}
},
"place_id": "ChIJozL5oIbAYYgRddaeiwLCwzk",
"types": [
"establishment",
"point_of_interest"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment