Package com.tomtom.sdk.search.client.model.summary

Types

Link copied to clipboard
data class AlongRouteSummary(    val query: String,     val queryType: String,     val queryTime: Int,     val numResults: Int,     val offset: Int,     val totalResults: Int,     val fuzzyLevel: Int)

The summary of a Along Route Search API call.

Link copied to clipboard
data class AutocompleteSummary(val inputQuery: String, val geoBias: GeoBias?)

Summary of the parameters passed to the Autocomplete engine.

Link copied to clipboard
data class SearchRequestSummary(    val query: String,     val queryType: String,     val queryTime: Int,     val numResults: Int,     val offset: Int,     val totalResults: Int,     val fuzzyLevel: Int,     val geoBias: GeoCoordinate?)

The summary of a Search API call.