SearchApiParameters
data class SearchApiParameters(val limit: Int = 10, val typeAhead: Boolean = true, val position: GeoPoint? = null, val radius: Float? = null, val language: Locale? = null) : Parcelable
Deprecated
This will be removed 6 months after the next release.
Parameters used to configure the Search API query.
Constructors
Properties
Link copied to clipboard
Specifies the language of the search results. The list of supported languages can be found at: Supported Languages.