copy
fun copy(query: String = this.query, locale: Locale = this.locale, limit: Int = this.limit, position: GeoPoint? = this.position, radius: Distance? = this.radius, countries: Set<String> = this.countries, resultTypes: Set<AutoCompleteResultType> = this.resultTypes, sessionId: UUID? = this.sessionId): AutocompleteOptions
Deprecated
This will be removed from future releases after 2025-12-16.
Replace with
AutocompleteOptions(query, locale, limit, position, radius, countries, resultTypes, sessionId)
Content copied to clipboard