Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Foursquare 的 API 端点Venues.search:
Venues.search
如果categoryId参数与参数耦合ll,则返回预期的响应;按类别过滤场地。
categoryId
ll
但是,如果我将categoryId参数与参数一起使用near,则响应不会过滤场地。
near
样本:
请求ll返回按 categoryId 过滤的场所。
请求near返回未按 categoryId 过滤的场所。
想法?
这里的问题是次要类别匹配。结果似乎没有正确过滤,因为搜索的响应仅显示主要类别。场地实际上匹配次要类别,您可以通过查看场地详细信息响应来查看。