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
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
Properties
Link copied to clipboard
Specifies the language of the search results. The list of supported languages can be found at: Supported Languages.