mapbox-maps-android icon indicating copy to clipboard operation
mapbox-maps-android copied to clipboard

location.showAccuracyRing is not working after setting it false.

Open TeeKoo opened this issue 1 year ago • 1 comments

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

TeeKoo avatar Feb 23 '24 07:02 TeeKoo

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

jush avatar Feb 23 '24 07:02 jush