This post originated from an RSS feed registered with Ruby Buzz
by Eric Hodel.
Original Post: Geocoding Goodness
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
I’ve implemented ruby bindings for the three major geocoding APIs as gems:
API
gem name
Yahoo!
yahoo-geocode
Google
google-geocode
geocoder.us
geocoder-us
And as a bonus, you get a Yahoo! search gem to search either the web or for locations, yahoo-search.
The bindings all have similar APIs, but return different objects depending upon what information the API reliably provides. Yahoo! gives the most information, followed by Google, followed by geocoder.us.