Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 RoR 应用程序,它具有允许用户在谷歌地图中添加标记的功能。此标记保存在具有纬度和经度属性的模型中。
假设用户在特定位置放置并保存了标记,例如巨石阵,如何验证巨石阵半径 250 米内是否还有其他标记?
任何帮助将不胜感激!谢谢大家!
查看地理编码器 gem。它可以将地址转换为纬度/经度并绑定到活动记录中以执行“在这件事附近找到我的东西”查询。
https://github.com/alexreisner/geocoder/