Package-level declarations
Includes classes which summarize the parameters passed to a unique Search API call.
Types
Link copied to clipboard
Summary of the parameters passed to the Autocomplete engine.
Link copied to clipboard
data class SearchSummary(val query: String = "", val geoBias: GeoPoint? = null, val queryTime: Duration? = null)
The summary of a Search API call.