finding nearby locations [closed]

天大地大妈咪最大 提交于 2019-12-21 02:58:04

问题


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?


回答1:


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.

  • SimpleGeo: https://simplegeo.com/products/places/
  • Gowalla: http://gowalla.com/api/docs
  • Foursquare: http://foursquare.com/apps/

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.




回答2:


Get list of places surrounding user's current location



来源:https://stackoverflow.com/questions/5481911/finding-nearby-locations

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!