mapbox/mapbox-sdk-js

Forward Geocoder is missing the fuzzyMatch setting

vresetnikov opened this issue · 1 comments

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

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