You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClusterManager draws all the markers/clusters, not only visible ones. It should draw only those that are in visibleRegion. This causes a map with 2000 markers skip frames and ANR (even on new devices) when zooming in/out.
Steps to reproduce:
Add 2000 or more markers and try zooming in and zooming out fast. This can be reproduced in the sample app
Expected behavior:
Draw only those markers/clusters which are in visibleRegion.latLngBounds of the GoogleMap
Observed behavior:
Draws every marker added to ClusterManager
Device and Android version:
Moto G3 with Android 6.0.1
Nexus 6P with Android 7.1.2
Screenshots:
Zoomed out from 20f to 1f quickly
The text was updated successfully, but these errors were encountered:
Summary:
ClusterManager draws all the markers/clusters, not only visible ones. It should draw only those that are in visibleRegion. This causes a map with 2000 markers skip frames and ANR (even on new devices) when zooming in/out.
Steps to reproduce:
Add 2000 or more markers and try zooming in and zooming out fast. This can be reproduced in the sample app
Expected behavior:
Draw only those markers/clusters which are in visibleRegion.latLngBounds of the GoogleMap
Observed behavior:
Draws every marker added to ClusterManager
Device and Android version:
Moto G3 with Android 6.0.1
Nexus 6P with Android 7.1.2
Screenshots:
Zoomed out from 20f to 1f quickly
The text was updated successfully, but these errors were encountered: