SearchApiParameters
data class SearchApiParameters( val limit: Int = 10, val typeAhead: Boolean = true, val position: GeoCoordinate? = null, val radius: Float? = null, val minFuzzyLevel: Int? = null, val maxFuzzyLevel: Int? = null, val language: String? = null) : Parcelable
Content copied to clipboard
Parameters used to configure the Search API query.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
fun SearchApiParameters( limit: Int = 10, typeAhead: Boolean = true, position: GeoCoordinate? = null, radius: Float? = null, minFuzzyLevel: Int? = null, maxFuzzyLevel: Int? = null, language: String? = null)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
Specifies the language of the search results. The list of supported languages can be found at: Supported Languages.
Link copied to clipboard
Link copied to clipboard