0

我在我的应用程序中集成了foursquare api。当我使用findLocationsNearbyLatitude方法时, 我得到了场地的ID,但不是foursquare id。请告诉我如何通过foursquare API获取位置的foursquare ID?非常感谢!

4

1 回答 1

0

调用此方法传入经纬度 https://developer.foursquare.com/docs/venues/search.html

这将返回一个紧凑的场地数组 https://developer.foursquare.com/docs/responses/venue.html

然后这将提供每个场地的foursquare id供您使用

于 2011-08-11T10:41:25.087 回答