SearchRequest

data class SearchRequest @JvmOverloads constructor(searchInput: String, location: GeoCoordinates, maxResultCount: Int, boundary: GeoBoundingBox?, languageTag: String?, resultTypeFilter: List<ResultType>?, countryIsoFilter: List<String>?)

Properties

boundary
Link copied to clipboard
val boundary: GeoBoundingBox? = null
countryIsoFilter
Link copied to clipboard
val countryIsoFilter: List<String>? = null
languageTag
Link copied to clipboard
val languageTag: String? = null
location
Link copied to clipboard
val location: GeoCoordinates
maxResultCount
Link copied to clipboard
val maxResultCount: Int = 10
resultTypeFilter
Link copied to clipboard
val resultTypeFilter: List<ResultType>? = null
searchInput
Link copied to clipboard
val searchInput: String