Ziem
Ziem

Reputation: 6697

Clustering - How to handle markers with the same location?

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.

Clustering problem

Upvotes: 2

Views: 557

Answers (1)

Ziem
Ziem

Reputation: 6697

Inside ClusterManager.OnClusterClickListener I'm getting all items from cluster and then I display them as list using AlertDialog.

Upvotes: 1

Related Questions