我在我的应用程序中集成了foursquare api。当我使用findLocationsNearbyLatitude方法时,我得到了场地的id,而不是四方id。请告诉我如何通过foursquare API获得位置的四方ID?太感谢了!
发布于 2011-08-11 10:41:25
调用这个传入lat和经度https://developer.foursquare.com/docs/venues/search.html的方法
这将返回一个紧凑的场馆https://developer.foursquare.com/docs/responses/venue.html数组。
这将为您提供每个场地的方格,供您使用。
https://stackoverflow.com/questions/6469659
复制相似问题