AutocompleteSummary

data class AutocompleteSummary(val inputQuery: 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.

Parameters

inputQuery

Text passed to the Autocomplete engine.

geoBias

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

Constructors

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

Properties

Link copied to clipboard
val geoBias: GeoBias? = null
Link copied to clipboard