寻找附近的地点
如何获取我附近的地点?我有纬度和位置。基于此,我想获得最近的位置。
这怎么能做到呢?
How to get the locations nearby me? I've got a latitude and location. Based on this, I want to get nearest locations.
How can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为“位置”是指地方/场所/商店/等?
有多种基于位置的服务提供 API 来检索附近场所的列表。
https://simplegeo.com/products/places/
如果您使用 Gowalla,则有 http://code.google.com/p/gowalla-java/ 这应该可以让您快速启动并运行以访问附近的地方。
I assume by 'locations' you mean places/venues/stores/etc?
There are several Location Based Services that provide APIs to retrieve lists of nearby venues.
https://simplegeo.com/products/places/
If you are using Gowalla, there's http://code.google.com/p/gowalla-java/ which should get you up and running quickly to access nearby places.
获取用户当前位置周围地点的列表
Get list of places surrounding user's current location