AutocompleteSummary

data class AutocompleteSummary(val query: String, val geoBias: GeoBias? = null)

Summary of the parameters passed to the Autocomplete engine.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun AutocompleteSummary(query: String, geoBias: GeoBias? = null)

Properties

Link copied to clipboard
val geoBias: GeoBias? = null

The GeoBias passed to the Autocomplete engine by setting the position and radius parameters.

Link copied to clipboard

Text passed to the Autocomplete engine.