Reputation: 6697
In my crurrent project I'm using android-maps-utils. I would like to know how to handle markers with the same location when using clustering? Is it possible to decluster them with some offset? If yes, how?
I'm adding picture which shows my problem. Max zoom, no way to see markers.
Upvotes: 2
Views: 557
Reputation: 6697
Inside ClusterManager.OnClusterClickListener
I'm getting all items from cluster and then I display them as list using AlertDialog.
Upvotes: 1