@Beta(2020, 12) data class InputSummary : Serializable
Summary of the parameters passed to the Autocomplete engine.
input
- Text passed to the Autocomplete engine.
positionBias
- The geo bias 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 geo bias passed to the Autocomplete engine by setting the position and radius parameters. |