O
O
OM12016-08-03 10:18:07
Android
OM1, 2016-08-03 10:18:07

Android: how to open/expand label cluster in googleMaps?

Hello!
I cluster like this:

ClusterIconProvider clusterIconProvider = new ClusterIconProvider(getResources());
        ClusteringSettings clusteringSettings = new ClusteringSettings()
                .clusterOptionsProvider(clusterIconProvider)
                .addMarkersDynamically(true);
        mMap.setClustering(clusteringSettings);

How to open a cluster on click?
Or how to display an info window with a list of markers?
Or how to change the clustering grid, something like at a certain zoom, the cluster split into markers?
Thanks for the advice!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OM1, 2016-08-04
@OM1

All clear

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question