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

withCategory

fun withCategory(category: Boolean): FuzzySearchQueryBuilder

Overrides IFuzzySearchQuery.withCategory

If your search use case only requires POI results filtered by category, you may use the Category endpoint.

Parameters

category - Determines whether the Category Search is enabled.

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