从哪里开始...位置感知?
我正在开发一个餐厅评论应用程序,但我不确定使用什么来实现位置感知。我正在 ruby on Rails 中开发它。我不希望它做的是能够搜索用户输入位置附近的位置,或者根据用户的 IP 地址以及地理坐标或 w/e 猜测用户的位置。老实说,我不知道从哪里开始,有人有好的 api/gem/文章建议吗?
I'm working on a restaurant reviews app and I'm not sure what to use for location awareness.. I am developing it in ruby on rails. What I wan't it to do is have the ability to search for places nearby a user's entered location or guess the user's location based off their ip address as well as off of geo coordinates or w/e too. Honestly I don't know where to start anyone have any good api / gem / article suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看后端的 geokit gem 和 WC3 Geolocation API 用于从用户获取位置信息。
Check out the geokit gem for the backend, and the WC3 Geolocation API for getting location info from users.