RequestOptions

Options describing search request.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Search method. One of { "suggest", "category", "reverse" }.

Link copied to clipboard

Search options, that were used for the original request. See proximityRewritten and originRewritten to check whether some properties have been rewritten

Link copied to clipboard

denotes whether SearchOptions.origin property has been rewritten by the Search SDK. This may happen when passed to the com.mapbox.search.SearchEngine don't have SearchOptions.origin set.

Link copied to clipboard

denotes whether SearchOptions.proximity property has been rewritten by the Search SDK. This may happen when passed to the com.mapbox.search.SearchEngine don't have SearchOptions.proximity set.

Link copied to clipboard

Search query.

Link copied to clipboard

Session ID that groups a series of requests for billing purposes.