fun withCategorySet(categorySet: List<Long>): GeometrySearchQueryBuilder
Overrides IGeometrySearchQuery.withCategorySet
Restricts the results to the categories of provided POIs.
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.