Skip to content

Instantly share code, notes, and snippets.

@crismanNoble
Created July 2, 2021 16:02
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/ea969e398424a138dbfbb31a2b8634aa to your computer and use it in GitHub Desktop.
Save crismanNoble/ea969e398424a138dbfbb31a2b8634aa to your computer and use it in GitHub Desktop.
Google Maps Response for 92101
{
"results" : [
{
"address_components" : [
{
"long_name" : "92102",
"short_name" : "92102",
"types" : [ "postal_code" ]
},
{
"long_name" : "San Diego",
"short_name" : "San Diego",
"types" : [ "locality", "political" ]
},
{
"long_name" : "San Diego County",
"short_name" : "San Diego County",
"types" : [ "administrative_area_level_2", "political" ]
},
{
"long_name" : "California",
"short_name" : "CA",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "San Diego, CA 92102, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 32.737438,
"lng" : -117.0849069
},
"southwest" : {
"lat" : 32.7040681,
"lng" : -117.148336
}
},
"location" : {
"lat" : 32.7162223,
"lng" : -117.1323579
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 32.737438,
"lng" : -117.0849069
},
"southwest" : {
"lat" : 32.7040681,
"lng" : -117.148336
}
}
},
"place_id" : "ChIJUTfzdXdT2YAR-n8fMy8uxtY",
"types" : [ "postal_code" ]
}
],
"status" : "OK"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment