sdk-search / com.tomtom.online.sdk.search.autocomplete / AutocompleteSuggestion

AutocompleteSuggestion

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

Result of the Autocomplete search.

Parameters

summary - Contains information about input and geo bias.

segments - List of the the recognized entities of the Autocomplete search.

Constructors

<init>

AutocompleteSuggestion(summary: InputSummary, segments: List<Segment>)

Result of the Autocomplete search.

Properties

segments

val segments: List<Segment>

List of the the recognized entities of the Autocomplete search.

summary

val summary: InputSummary

Contains information about input and geo bias.