-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Flickers marker, when other MarkerView animated #6422
Comments
Was able to reproduce on a Nexus 5x and will look more into this. Is there a paticuiliar reason for switching the |
I add over 1000 static markers through MapboxMap.addMarkers() in my project. MapboxMap.addMarkerViews() slowly and map freezin (with 1000 MarkerView). |
I have tried bisecting this 3 times but always ending up on a different commit 😅 |
Reproduce on 4.2.0-beta.5 |
Platform: Android (Nexus 4, Android 5.1)
Mapbox SDK version: 4.2.0-beta3
Marker added through MarkerOptions flickers, when other MarkerView animated.
Steps to trigger behavior
change:
destinationMarker = map.addMarker(new MarkerViewOptions().position(point));
to:
destinationMarker = map.addMarker(new MarkerOptions().position(point));
4.2.0-beta2 does not have this problem.
The text was updated successfully, but these errors were encountered: