Reputation: 689
I am trying to implement location "checkins" in my Rails 3 application.
For example: User searches for a place and we can find the latitude and longitude of the that place and allow the user to "check in" there.
Is there a gem that can help to achieve that?
Thanks in advance!
Upvotes: 1
Views: 436
Reputation: 75
The gem you're looking for is 'geocoder' and there is a great screencast about this at http://railscasts.com/episodes/273-geocoder?autoplay=true
Upvotes: 1