Open TeeKoo opened 8 months ago
Accuracy ring is visible, but after setting:
mapView.location.showAccuracyRing = false
and then:
mapView.location.showAccuracyRing = true
Accuracy ring is not visible.
Expected accuracy ring to be visible.
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.
Thanks @TeeKoo for your report. We will take a look and report back.
Environment
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