I am using Google Maps Marker Clustering available in the utils library. On clicking a Cluster, the below onClusterClick method is not called. Is there a Cluster click event?
@Override
public boolean onClusterClick(Cluster<MyItem> cluster)
{
return true;
}
you need add this line before:
map.setOnMarkerClickListener(yourClusterManager);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With