Open timothy-moonware opened 1 year ago
@timothy-moonware Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:
google-maps
tagThis is an automated message, feel free to ignore.
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.