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

withTypeAhead

@NonNull abstract fun withTypeAhead(typeahead: Boolean!): IGeometrySearchQuery

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 - Boolean!: The predictive mode.

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