We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Looking at the options that are set on the geocoding call (https://github.com/mapbox/mapbox-gl-geocoder/blob/master/lib/index.js#L58), there are several defaults that could be configured to provide a better out-of-the box search experience.
Specifically, I think good improvements could be found with:
trackProximity
I suspect this may change user's expectations and/or be a breaking change -- so we could target this for the next major release.
The text was updated successfully, but these errors were encountered:
I think these are positive changes.
I agree.
Sorry, something went wrong.
👍 I also think that these are positive changes
Done in https://github.com/mapbox/mapbox-gl-geocoder/tree/version4 by #200 #202, slated for v4 release.
No branches or pull requests
Looking at the options that are set on the geocoding call (https://github.com/mapbox/mapbox-gl-geocoder/blob/master/lib/index.js#L58), there are several defaults that could be configured to provide a better out-of-the box search experience.
Specifically, I think good improvements could be found with:
trackProximity
to default true -- searches with a user-relevant proximity are likely to be more relevantI suspect this may change user's expectations and/or be a breaking change -- so we could target this for the next major release.
The text was updated successfully, but these errors were encountered: