MapboxParameters
Options for the Mapbox geocoder.
See the Mapbox documentation for more information.
Constructors
Create a new default instance of MapboxParameters with API specific defaults.
Properties
Specify whether to return autocomplete results (true, default) or not (false). When autocomplete is enabled, results will be included that start with the requested string, rather than responses that match it exactly. For example, a query for India might return both India and Indiana with autocomplete enabled, but only India if it’s disabled.
Limit results to only those contained within the supplied bounding box. Bounding boxes should be supplied as four numbers separated by commas. The bounding box cannot cross the 180th meridian.
Limit results to one or more countries. Permitted values are ISO 3166 alpha 2 country codes separated by commas.
Set the language of the text supplied in responses. Also affects result scoring, with results matching the user’s query in the requested language being preferred over results that match in another language. Options are IETF language tags comprised of a mandatory ISO 639-1 language code.
Filter results to include only a subset (one or more) of the available feature types.
Returns features that are defined differently by audiences that belong to various regional, cultural, or political groups. If worldview is not set, the us worldview boundaries are returned by default.