a complete geocoding solution for Ruby. With Rails it adds geocoding (by street or IP address), reverse geocoding (find street address based on given coordinates), and distance queries. It's as simple as callinggeocodeon your objects, and then using a scope likeVenue.near("Billings, MT")....