实施位置登记导轨
我正在尝试在 Rails 3 应用程序中实现位置“签入”。
例如:用户搜索一个地点,我们可以找到该地点的纬度和经度,并允许用户在那里“签到”。
有没有宝石可以帮助实现这一目标?
提前致谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在寻找的宝石是“geocoder”,并且在 http 上有一个关于此的精彩截屏视频://railscasts.com/episodes/273-geocoder?autoplay=true
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