Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Summary of the parameters passed to the Autocomplete engine.
Link copied to clipboard
data class SearchRequestSummary(val numResults: Int, val offset: Int, val totalResults: Int, val query: String = "", val geoBias: GeoCoordinate? = null, val queryTime: Duration? = null, @IntRange(from = 1, to = 4) val fuzzyLevel: Int)
The summary of a Search API call.