sdk-search / com.tomtom.online.sdk.search.data.geometry / IGeometrySearchQuery / withCategorySet

withCategorySet

abstract fun withCategorySet(categorySet: List<Long>): IGeometrySearchQuery

Restricts the results to the categories of provided POIs.

Parameters

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

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