Skip to content

Instantly share code, notes, and snippets.

@crismanNoble
Created July 2, 2021 17:15
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 crismanNoble/dcb3c38f94460d9d693b9e1931d191de to your computer and use it in GitHub Desktop.
Save crismanNoble/dcb3c38f94460d9d693b9e1931d191de to your computer and use it in GitHub Desktop.
60047
{
"results" : [
{
"address_components" : [
{
"long_name" : "60047",
"short_name" : "60047",
"types" : [ "postal_code" ]
},
{
"long_name" : "Long Grove",
"short_name" : "Long Grove",
"types" : [ "locality", "political" ]
},
{
"long_name" : "Lake County",
"short_name" : "Lake County",
"types" : [ "administrative_area_level_2", "political" ]
},
{
"long_name" : "Illinois",
"short_name" : "IL",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Long Grove, IL 60047, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 42.26625900000001,
"lng" : -87.964945
},
"southwest" : {
"lat" : 42.1525399,
"lng" : -88.12077499999999
}
},
"location" : {
"lat" : 42.1970343,
"lng" : -88.0935013
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 42.26625900000001,
"lng" : -87.964945
},
"southwest" : {
"lat" : 42.1525399,
"lng" : -88.12077499999999
}
}
},
"place_id" : "ChIJ87VdhISiD4gRMMcm34X7_kQ",
"postcode_localities" : [ "Hawthorn Woods", "Kildeer", "Lake Zurich", "Long Grove" ],
"types" : [ "postal_code" ]
}
],
"status" : "OK"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment