sdk-search / com.tomtom.online.sdk.search.autocomplete.information / InputSummary

InputSummary

@PublicPreview("2021.06") data class InputSummary : Serializable

Summary of the parameters passed to the Autocomplete engine.

Parameters

input - Text passed to the Autocomplete engine.

positionBias - The geobias passed to the Autocomplete engine by setting the position and radius parameters.

Properties

input

val input: String

Text passed to the Autocomplete engine.

positionBias

val positionBias: LatLngBias?

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