Reputation: 20538
I am developing a Rails 3 application which I intend to use GEO positioning (long,lat). Both to save the users current position and to use this to find people in the near proximity.
Do you guys know of a good stabile Rails 3 gem that can do GEO stuff?
Thankful for all tips!
Upvotes: 0
Views: 2272
Reputation: 11811
See http://ruby-toolbox.com/categories/geocoding___maps.html
geokit + geokit_rails
Upvotes: 2