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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: