fun withCategorySet(categorySet: List<Long>): FuzzySearchQueryBuilder
Restricts the POIs in the Response to those whose id is listed in the categorySet.
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.