mapbox / mapbox-sdk-js

A JavaScript client to Mapbox services, supporting Node, browsers, and React Native
Other
711 stars 185 forks source link

Forward Geocoder is missing the fuzzyMatch setting #455

Open vresetnikov opened 1 year ago

vresetnikov commented 1 year ago

Hello,

fuzzyMatch: boolean setting is documented to be present in the forwardGeocoder (https://github.com/mapbox/mapbox-sdk-js/blob/main/docs/services.md#forwardgeocode), however it appears to be missing:

image

vresetnikov commented 1 year ago

I am starting to realize this has probably more to do with mapbox SDK types (https://www.npmjs.com/package/@types/mapbox__mapbox-sdk) rather than the SDK itself