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

withCategory

@NonNull abstract fun withCategory(isCategory: Boolean!): IFuzzySearchQuery

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

Parameters

isCategory - Boolean!: Determines whether the Category Search is enabled.

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