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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As far as I can tell, passing a string of country codes to the country prop of the geocoder control component.
I've tried passing the string through countries and country, tried using "us" and "US" but the results are still not limited to the US.
<MglGeocoderControl :accessToken="token" :mapboxgl="mapboxgl" country="us" /> Is how I've been doing it. Any advice?
<MglGeocoderControl :accessToken="token" :mapboxgl="mapboxgl" country="us" />
The text was updated successfully, but these errors were encountered:
If author will add countries props (Mapbox-geocoder options) in GeocoderControl.js all will be works correctly. Because with this props all works.
countries
Sorry, something went wrong.
Not working with this as well:
<MglGeocoderControl :accessToken="data.accessToken" countries='au' />
No branches or pull requests
As far as I can tell, passing a string of country codes to the country prop of the geocoder control component.
I've tried passing the string through countries and country, tried using "us" and "US" but the results are still not limited to the US.
<MglGeocoderControl :accessToken="token" :mapboxgl="mapboxgl" country="us" />
Is how I've been doing it. Any advice?
The text was updated successfully, but these errors were encountered: