Rails 地理编码器功能
使用地理编码器 gem,如果我想查找一张特定图片附近一英里的图片,我可以执行 pictures.nearby(1) 但如果我有一个拥有位置的用户并且想要查找我的用户附近的图片,我该怎么做那
With the geocoder gem, if I wanted to find pictures nearby one particular picture by a mile I could do pictures.nearby(1) but what if I had a user with a location and wanted to find pictures nearby my user, how would I do that
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用而不是附近()
参见GitHub/geocoder
Instead of nearby() you can use
See GitHub/geocoder