Search Request
data class SearchRequest @JvmOverloads constructor( val searchInput: String, val location: GeoCoordinates, val maxResultCount: Int = 10, val boundary: GeoBoundingBox? = null, val languageTag: String? = null, val resultTypeFilter: List<ResultType>? = null, val countryIsoFilter: List<String>? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun SearchRequest( searchInput: String, location: GeoCoordinates, maxResultCount: Int = 10, boundary: GeoBoundingBox? = null, languageTag: String? = null, resultTypeFilter: List<ResultType>? = null, countryIsoFilter: List<String>? = null)
Content copied to clipboard