Skip to content
New issue

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

myLocationEnabled field of MapboxMap not working properly #434

Closed
alparslana opened this issue Oct 15, 2020 · 1 comment
Closed

myLocationEnabled field of MapboxMap not working properly #434

alparslana opened this issue Oct 15, 2020 · 1 comment

Comments

@alparslana
Copy link

In mapbox_gl version 0.8.0, myLocationEnabled field of MapboxMap is not working properly. No matter which value you set the field to, the map is always initiated with a Find My Location icon.

The workaround is to set this field to true upon initialization and then to false, with a setState call. In this case the map will momentarily display the icon, and then the icon will disappear.

This occurs with flutter_web. I have not checked whether the mobile version has the same problem or not.

@m0nac0
Copy link
Collaborator

m0nac0 commented Nov 2, 2020

@alparslana This should be fixed in v0.9 with #363. Please reopen if you still encounter this.

@m0nac0 m0nac0 closed this as completed Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants