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

InputSummary

@Beta(2020, 12) data class InputSummary : Serializable

Summary of the parameters passed to the Autocomplete engine.

Parameters

input - Text passed to the Autocomplete engine.

positionBias - The geo bias 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 geo bias passed to the Autocomplete engine by setting the position and radius parameters.