AutocompleteSearchResponse

data class AutocompleteSearchResponse(val summary: AutocompleteSummary, val results: List<AutocompleteResult> = emptyList())

Response of the Autocomplete Search API.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

summary

An AutocompleteSearchResponse containing information about the input search phrase and the GeoBias.

results

The data returned from the Autocomplete Search API.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard