Skip to content

Instantly share code, notes, and snippets.

@ranihorev
Created January 21, 2021 23:16
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 ranihorev/7ef2ea940e0a0d5850be585b6ac016ec to your computer and use it in GitHub Desktop.
Save ranihorev/7ef2ea940e0a0d5850be585b6ac016ec to your computer and use it in GitHub Desktop.
{
"results" : [
{
"address_components" : [
{
"long_name" : "1049",
"short_name" : "1049",
"types" : [ "street_number" ]
},
{
"long_name" : "Loma Vista Drive",
"short_name" : "Loma Vista Dr",
"types" : [ "route" ]
},
{
"long_name" : "Trousdale Estates",
"short_name" : "Trousdale Estates",
"types" : [ "neighborhood", "political" ]
},
{
"long_name" : "Beverly Hills",
"short_name" : "Beverly Hills",
"types" : [ "locality", "political" ]
},
{
"long_name" : "Los Angeles County",
"short_name" : "Los Angeles 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" ]
},
{
"long_name" : "90210",
"short_name" : "90210",
"types" : [ "postal_code" ]
}
],
"formatted_address" : "1049 Loma Vista Dr, Beverly Hills, CA 90210, USA",
"geometry" : {
"location" : {
"lat" : 34.09647,
"lng" : -118.3991044
},
"location_type" : "ROOFTOP",
"viewport" : {
"northeast" : {
"lat" : 34.09781898029149,
"lng" : -118.3977554197085
},
"southwest" : {
"lat" : 34.09512101970849,
"lng" : -118.4004533802915
}
}
},
"place_id" : "ChIJG8llYFi9woARlgmhS5zzvhI",
"plus_code" : {
"compound_code" : "3JW2+H9 Beverly Hills, CA, USA",
"global_code" : "85633JW2+H9"
},
"types" : [ "establishment", "general_contractor", "point_of_interest" ]
}
],
"status" : "OK"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment