Optional
bboxOptional
countriesA comma separated list of country codes to limit results to specified country or countries.
Optional
languageSpecify the language to use for response text and query result weighting. Options are IETF language tags comprised of a mandatory ISO 639-1 language code and optionally one or more IETF subtags for country or script. More than one value can also be specified, separated by commas. Defaults to the browser's language settings.
Optional
limitNumber of results to limit by
Optional
proximityA geographical point given as an object with latitude
and longitude
properties. Search results closer to this point will be given higher priority.
Optional
querySearch query string
Optional
reverseSet the factors that are used to sort nearby results.
Optional
typesA comma seperated list of types that filter results to match those specified. See https://docs.mapbox.com/api/search/#data-types for available types. If reverseGeocode is enabled, you should specify one type. If you configure more than one type, the first type will be used.
A bounding box given as an array in the format
[minX, minY, maxX, maxY]
. Search results will be limited to the bounding box.