Copatych
Copatych
@ZiZasaurus Yes, I am able to reproduce these slowdowns in v10.2.0.
@ZiZasaurus. Probably not. The speed remains constant, but the marker sometimes goes smoothly, sometimes teleports. That is, for the same period of time, the marker can be redrawn in a...
@ZiZasaurus. As I said, this problem is reproduced on the [official example](https://github.com/mapbox/mapbox-maps-android/blob/main/app/src/main/java/com/mapbox/maps/testapp/examples/markersandcallouts/AnimatedMarkerActivity.kt). The last time it was well reproduced, if I animate the marker on top of the city (perhaps...
This code worked with mapbox version 9
Mapbox version "11.2.1". Device Redmi Note 11, Android 11. The same error is observed.
Location settings ``` location.enabled = true location.puckBearingEnabled = true location.accuracyRingColor = Color.parseColor("#331D9ED8") location.showAccuracyRing = true location.locationPuck = LocationPuck2D(... ``` We have implemented a custom LocationProvider that retrieves location data either...