sdk-search / com.tomtom.online.sdk.search.data.geometry / GeometrySearchQueryBuilder / withTypeAhead

withTypeAhead

fun withTypeAhead(typeAhead: Boolean): GeometrySearchQueryBuilder

Overrides IGeometrySearchQuery.withTypeAhead

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

Parameters

typeahead - The predictive mode.

Return
The builder of the GeometrySearchQuery with a new value for typeahead being set.