Package com.tomtom.sdk.search.client.model.summary
Types
Link copied to clipboard
Link copied to clipboard
data class AutocompleteSummary(val inputQuery: String, val geoBias: GeoBias? = null)
Content 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)
Content copied to clipboard
The summary of a Search API call.