在“搜索场所”的foursquare Api文档中https://developer.foursquare.com/docs/venues/search它指出
"categoryId - A comma separated list of categories to limit results to. This is an experimental feature and subject to change or may be unavailable. If you specify categoryId you may also specify a radius. If specifying a top-level category, all sub-categories will also match the query."
意识到它应该是实验性的,但是当我提供 Food category ie4d4b7105d754a06374d81259
时,它只返回一些本地结果,其余的都在数英里之外。
但是,如果我在网站上执行相同的搜索 sing Food 类别,它会正确返回很多结果,假设它的最后一点"If specifying a top-level category, all sub-categories will also match the query"
不起作用,即它没有搜索子类别?
有什么解决办法解决这个问题吗?
谢谢,
尼尔·佩珀