Skip to content

Instantly share code, notes, and snippets.

@potomak
Created March 2, 2011 16:26
Show Gist options
  • Save potomak/851201 to your computer and use it in GitHub Desktop.
Save potomak/851201 to your computer and use it in GitHub Desktop.
Veneto is a state!
$ irb
>> require 'rubygems'
=> false
>> require 'geokit'
=> true
>> Geokit::Geocoders::GoogleGeocoder.reverse_geocode([45,12]).state
=> "Veneto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment