Jonathan Clark
Jonathan Clark

Reputation: 20538

Rails 3 geo positioning

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

Answers (2)

Jeremy Herrman
Jeremy Herrman

Reputation: 468

Geocoder looks great and supports rails 3.

Upvotes: 0

BvuRVKyUVlViVIc7
BvuRVKyUVlViVIc7

Reputation: 11811

See http://ruby-toolbox.com/categories/geocoding___maps.html

geokit + geokit_rails

Upvotes: 2

Related Questions