Skip to main content

GeocodingSearchOptions

wemap-sdk-js


Interface: GeocodingSearchOptions

Options for forward and reverse geocoding requests.

Extended by

Properties

bbox?

optional bbox?: [number, number, number, number]

Limit results to a bounding box as [west, south, east, north] (Mapbox / WSEN order).


language?

optional language?: string

Preferred response language (e.g. en, fr).


region?

optional region?: string

ISO country code to bias/limit results (e.g. fr).