ruby-geocoder

Complete Ruby geocoding solution
  http://www.rubygeocoder.com
  0
  no reviews



Geocoder is a complete geocoding solution for Ruby. With Rails, it adds geocoding (by street or IP address), reverse geocoding (finding street address based on given coordinates), and distance queries. It's as simple as calling `geocode` on your objects, and then using a scope like `Venue.near ("Billings, MT")`.

Designed for Rails but works well outside Rails, too.