Rails 3 地理定位
我正在开发一个 Rails 3 应用程序,我打算使用 GEO 定位(长,纬度)。 两者都可以保存用户当前位置并使用它来查找附近的人。
你们知道有一个稳定的 Rails 3 gem 可以做 GEO 的事情吗?
感谢所有提示!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 http://ruby-toolbox.com/categories/geocoding___maps.html
geokit + geokit_rails
See http://ruby-toolbox.com/categories/geocoding___maps.html
geokit + geokit_rails
Geocoder 看起来很棒并且支持 Rails 3。
Geocoder looks great and supports rails 3.