How to temporarily suspend clustering in Android Map Extensions?

187 Views Asked by At

I want to pause markers clustering during marker drag so that in process it won't be "trapped" by a nearest cluster.

It looks like a way to do it is to call ClusteringSettings.enabled(false). The problem is that ClusteringSettings instance is not exposed from GoogleMap after it was passed in, i.e.: there's no method symmetric to setClustering(ClusteringSettings).

What is a correct way to suspend clustering during marker drag?

EDIT this problem sounds related, but is not the same

0

There are 0 best solutions below