GeocodingServiceOptions
Interface: GeocodingServiceOptions
Constructor / default options for GeocodingService.
Extends
Properties
baseUrl?
optionalbaseUrl?:string
Geocoding API base URL.
Default
'https://geocoding.getwemap.workers.dev'
bbox?
optionalbbox?: [number,number,number,number]
Limit results to a bounding box as [west, south, east, north]
(Mapbox / WSEN order).
Inherited from
language?
optionallanguage?:string
Preferred response language (e.g. en, fr).
Inherited from
GeocodingSearchOptions.language
region?
optionalregion?:string
ISO country code to bias/limit results (e.g. fr).