mapbox-gl-geocoder icon indicating copy to clipboard operation
mapbox-gl-geocoder copied to clipboard

version flag for MapboxGeocoder

Open VladislavMedved opened this issue 3 years ago • 3 comments

Description

PR adds version="v5"|"v6" flag to the options of MapboxGeocoder class that allows using v6 endpoint instead of default v5 when geocoding.

Gl-geocoder in v6 mode can initiate forward and reverse geocoding calls

VladislavMedved avatar Jan 17 '23 15:01 VladislavMedved

Be sure to remove the yarn lock

mapbox-danny avatar Mar 08 '23 18:03 mapbox-danny

  • [x] Update the version number in package.json and package-lock.json
  • [x] Run npm run docs and commit changes to API.md
  • [x] Update CHANGELOG.md with changes under main heading before merging

VladislavMedved avatar May 18 '23 08:05 VladislavMedved