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

withCategorySet

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

Overrides IGeometrySearchQuery.withCategorySet

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.