@PublicPreview("2021.06") data class InputSummary : Serializable
Summary of the parameters passed to the Autocomplete engine.
input
- Text passed to the Autocomplete engine.
positionBias
- The geobias passed to the Autocomplete engine by setting the position and radius parameters.
val input: String
Text passed to the Autocomplete engine. |
|
val positionBias: LatLngBias?
The geobias passed to the Autocomplete engine by setting the position and radius parameters. |