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
typeahead
- The predictive mode.
Return
The builder of the GeometrySearchQuery with a new value for typeahead being set.