在Foursquare API Explorer窗口中,我们使用端点的venues /search?ll=39.8647,-86.2604&intent=browse&radius=20000&limit=200‘来获取超过100个的场所,但它应该只返回50个场所。
Can anyone kindly give the solution that which endpoints be able to get more than 200 venues using foursquare API?谢谢,巴加维
发布于 2014-07-09 18:44:36
您应该尝试"venues/explore"终结点。它有一个偏移量参数来对结果进行分页。
但是,它可能不会返回您期望的结果,因为它会为当前用户浏览推荐的场所。但是,您可以在之后通过几行代码按距离对场地进行排序。
https://stackoverflow.com/questions/24629184
复制相似问题