mapbox-maps-android
mapbox-maps-android copied to clipboard
location.showAccuracyRing is not working after setting it false.
Environment
- Android OS version: Android 14
- Devices affected: Eg. Samsung Galaxy s21, tested with Nexus 6 and Nexus 5 emulators also.
- Maps SDK Version: 11.1.0
Observed behavior and steps to reproduce
Accuracy ring is visible, but after setting:
mapView.location.showAccuracyRing = false
and then:
mapView.location.showAccuracyRing = true
Accuracy ring is not visible.
Expected behavior
Expected accuracy ring to be visible.
Notes / preliminary analysis
the ring will be visible after onResume, so if I go to background and return back to the activity with mapview, the accuracy ring is visible again.
Additional links and references
Thanks @TeeKoo for your report. We will take a look and report back.