Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cluster Marker Click Event Android

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;
    }
like image 518
Vinit Yadav Avatar asked Jun 28 '26 11:06

Vinit Yadav


1 Answers

you need add this line before:

map.setOnMarkerClickListener(yourClusterManager);
like image 138
John Le Avatar answered Jul 01 '26 08:07

John Le



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!