Skip to content

Instantly share code, notes, and snippets.

@vstorm83
Created February 21, 2018 02:21
Show Gist options
  • Save vstorm83/280f16f443ce359ac71bf8fc4796d2fa to your computer and use it in GitHub Desktop.
Save vstorm83/280f16f443ce359ac71bf8fc4796d2fa to your computer and use it in GitHub Desktop.
googleAddress
{
"address_components": [
{
"long_name": "180",
"short_name": "180",
"types": [
"street_number"
]
},
{
"long_name": "Princes Highway",
"short_name": "Princes Hwy",
"types": [
"route"
]
},
{
"long_name": "Arncliffe",
"short_name": "Arncliffe",
"types": [
"locality",
"political"
]
},
{
"long_name": "Rockdale City Council",
"short_name": "Rockdale",
"types": [
"administrative_area_level_2",
"political"
]
},
{
"long_name": "New South Wales",
"short_name": "NSW",
"types": [
"administrative_area_level_1",
"political"
]
},
{
"long_name": "Australia",
"short_name": "AU",
"types": [
"country",
"political"
]
},
{
"long_name": "2205",
"short_name": "2205",
"types": [
"postal_code"
]
}
],
"adr_address": "<span class=\"street-address\">180 Princes Hwy</span>, <span class=\"locality\">Arncliffe</span> <span class=\"region\">NSW</span> <span class=\"postal-code\">2205</span>, <span class=\"country-name\">Australia</span>",
"formatted_address": "180 Princes Hwy, Arncliffe NSW 2205, Australia",
"geometry": {
"location": {
"lat": -33.9409901,
"lng": 151.14637649999997
},
"viewport": {
"south": -33.94224493029149,
"west": 151.14491726970846,
"north": -33.93954696970849,
"east": 151.14761523029154
}
},
"icon": "https://maps.gstatic.com/mapfiles/place_api/icons/geocode-71.png",
"id": "5fa3b5ba19090edc060c3ed8e60d2db00835b7ba",
"name": "180 Princes Hwy",
"place_id": "ChIJtchKIKSwEmsRNtn5IutzWvg",
"reference": "CmRbAAAA_-33jem7Z_iz8q8FAYa1plkzgcNhqQWyEz3-JScIfLVWkFbHELnIU1B6U_jGhKVWJd0yfL5mpWILwUrfbK28xKRvRIWzmREGUHVck53CSuwiTY62W4p5_ME4VA9chHUsEhBNkAjZ7jgxAXw-lKcGMdy5GhTXERPSE7roi3-qClKBw09FjdXIVg",
"scope": "GOOGLE",
"types": [
"street_address"
],
"url": "https://maps.google.com/?q=180+Princes+Hwy,+Arncliffe+NSW+2205,+Australia&ftid=0x6b12b0a4204ac8b5:0xf85a73eb22f9d936",
"utc_offset": 660,
"vicinity": "Arncliffe",
"html_attributions": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment