我想根据一个类别进行搜索:教育设施。
当我尝试将其放在q中时,它不起作用。
这里可以自动提示吗?
答案 0 :(得分:0)
并非Here API中的所有类别都是永久性的,并且适用于每个位置。一些类别与本地相关(特定位置)。您可以使用
检查与您的位置相关的类别https://places.cit.api.here.com/places/v1/categories/places
?app_id={YOUR_APP_ID}
&app_code={YOUR_APP_CODE}
&at=52.50449,13.39091
&pretty
要了解有关入口点类别的更多信息,请使用developer.here.com/documentation/places/topics_api/resource-place-categories.html