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

withTypeAhead

@NonNull abstract fun withTypeAhead(isTypeAhead: Boolean!): IFuzzySearchQuery

If the "typeahead" flag is set, the query will be interpreted as a partial input and the search will enter predictive mode.

Parameters

isTypeAhead - Boolean!: Determines whether the predictive mode is enabled.

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