Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GMSMapView is freezing when call updateClusters with 900+ markers #71

Open
Banck opened this issue Apr 9, 2019 · 0 comments
Open

GMSMapView is freezing when call updateClusters with 900+ markers #71

Banck opened this issue Apr 9, 2019 · 0 comments

Comments

@Banck
Copy link

Banck commented Apr 9, 2019

Hello!
GMMapView is freezing when we have clustered markers with about 900-3k markers and annotations count changes (after zoom, for example).
I found the row which is slow:
in GMSMapView+ClusterKit.m in method - (void)removeCluster:(CKCluster *)cluster
[self.markers removeObjectForKey:cluster];
@maxep Could you please take a look, if you can optimize - it will be so good, because with 900+ markers ClusterKit is impossible to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant