Clustering : Cluster Markers do not initially hide their items on the map #454
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
When we first open the map and start the cluster algorithm, the clusters appear rendered with their assigned items still visible.
It is not until you zoom all the way in and back out do the clusters hide their associated items.
In GMUDefaultClusterRenderer::- (void)renderCluster:(id)cluster animated:(BOOL)animated
I recommend adding the following code at line 286 :
This causes the initial Cluster renders to hide their items from the map.
The text was updated successfully, but these errors were encountered: