Skip to content

Instantly share code, notes, and snippets.

@zuchmanski
Created June 9, 2013 08:43
Show Gist options
  • Save zuchmanski/5742848 to your computer and use it in GitHub Desktop.
Save zuchmanski/5742848 to your computer and use it in GitHub Desktop.
➜ cineteam-models git:(master)>geocode --json "Cracow, Poland"
{
"results" : [
{
"address_components" : [
{
"long_name" : "Kraków",
"short_name" : "Kraków",
"types" : [ "locality", "political" ]
},
{
"long_name" : "Kraków",
"short_name" : "Kraków",
"types" : [ "administrative_area_level_3", "political" ]
},
{
"long_name" : "Kraków County",
"short_name" : "Kraków County",
"types" : [ "administrative_area_level_2", "political" ]
},
{
"long_name" : "Lesser Poland Voivodeship",
"short_name" : "Lesser Poland Voivodeship",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "Poland",
"short_name" : "PL",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Kraków, Poland",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 50.1261260,
"lng" : 20.21748780
},
"southwest" : {
"lat" : 49.96740550,
"lng" : 19.79223860
}
},
"location" : {
"lat" : 50.06465009999999,
"lng" : 19.94497990
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 50.1261260,
"lng" : 20.21748780
},
"southwest" : {
"lat" : 49.96740550,
"lng" : 19.79223860
}
}
},
"types" : [ "locality", "political" ]
}
],
"status" : "OK"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment