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

In Android When I close the page that contains the map, system says I'm still accessing location information #561

Open
xuegao-tzx opened this issue May 26, 2024 · 0 comments

Comments

@xuegao-tzx
Copy link

I can reproduce it using the Location Component code in the example. Android devices: Google Pixel 7 Pro, Android 14, Flutter 3.22.1.

I hope I can stop positioning when I close the page that displays the map. Or is there any method I can call to stop positioning?

I triedmapboxMap?.location .updateSettings(LocationComponentSettings(enabled: false)); and mapboxMap?.dispose();, but it didn't work

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

1 participant