Skip to content

Instantly share code, notes, and snippets.

@inish777
Created October 17, 2016 13:29
Show Gist options
  • Save inish777/239bad8dde2a52c79974d06c1ed4844f to your computer and use it in GitHub Desktop.
Save inish777/239bad8dde2a52c79974d06c1ed4844f to your computer and use it in GitHub Desktop.
{
"results" : [
{
"address_components" : [
{
"long_name" : "634061",
"short_name" : "634061",
"types" : [ "postal_code" ]
},
{
"long_name" : "Tomsk",
"short_name" : "Tomsk",
"types" : [ "locality", "political" ]
},
{
"long_name" : "gorod Tomsk",
"short_name" : "g. Tomsk",
"types" : [ "administrative_area_level_2", "political" ]
},
{
"long_name" : "Tomsk Oblast",
"short_name" : "Tomsk Oblast",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "Russia",
"short_name" : "RU",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Tomsk, Tomsk Oblast, Russia, 634061",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 56.4857561,
"lng" : 84.98249989999999
},
"southwest" : {
"lat" : 56.470443,
"lng" : 84.96152579999999
}
},
"location" : {
"lat" : 56.4797234,
"lng" : 84.97390560000001
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 56.4857561,
"lng" : 84.98249989999999
},
"southwest" : {
"lat" : 56.470443,
"lng" : 84.96152579999999
}
}
},
"place_id" : "ChIJL2ISTBWTJkMRTmaTEgw-Bc0",
"types" : [ "postal_code" ]
}
],
"status" : "OK"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment