mapbox / mapbox-maps-android

Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
https://www.mapbox.com/mobile-maps-sdk
Other
475 stars 132 forks source link

location.showAccuracyRing is not working after setting it false. #2287

Open TeeKoo opened 8 months ago

TeeKoo commented 8 months ago

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

jush commented 8 months ago

Thanks @TeeKoo for your report. We will take a look and report back.