Forward Search Options
Search options, used for the "Text Search".
See also
Types
Builder for comfortable creation of ForwardSearchOptions instance.
Functions
Creates new ForwardSearchOptions from current instance.
Creates new ForwardSearchOptions.Builder from current ForwardSearchOptions instance.
Properties
Specify whether to ignore com.mapbox.search.record.IndexableRecord results or not, default is false. When search by com.mapbox.search.record.IndexableRecord is enabled, the results can be matched only by query string, while other parameters like countries, language, unsafeParameters (and some others) can be ignored.
Specify the user’s language. This parameter controls the language of the text supplied in responses, and also affects result scoring, with results matching the user’s query in the requested language being preferred over results that match in another language. For example, an autocomplete query for things that start with Frank might return Frankfurt as the first result with an English (en) language parameter, but Frankreich (“France”) with a German (de) language parameter. If language is not set explicitly, then language from default system locale will be used.
Specify the maximum number of results to return, including results from com.mapbox.search.record.IndexableDataProvider. The maximum number of search results returned from the server is 10.
Bias the response to favor results that are closer to a specific location. If not provided, the SDK will try to get current location from the SearchEngineSettings.locationProvider. If location is not available, the server we use IP as a proximity.
Request debounce value in milliseconds. Previous request will be cancelled if the new one made within specified by requestDebounce time interval.
Filter results to include only a subset (one or more) of the available feature types. See the Administrative unit types section for details about the types.