sdk-search / com.tomtom.online.sdk.search.data.fuzzy / FuzzySearchQueryBuilder / withCategorySet

withCategorySet

fun withCategorySet(categorySet: List<Long>): FuzzySearchQueryBuilder

Restricts the POIs in the Response to those whose id is listed in the categorySet.

Parameters

categorySet - The list of categories used to restrict the POIs in the response.

Return
The builder of the query with a new value for the categorySet being set.