In my Android application, I have to delete and re-add a cluster item in my GoogleMap, that represents my current location. But when I run this code:
cluster
After updating android-maps-utils to 0.5
android-maps-utils
0.5
clusterManager.remove(item); will never throw an UnsupportedOperationException("NonHierarchicalDistanceBasedAlgorithm.remove not implemented")
clusterManager.remove(item);
UnsupportedOperationException("NonHierarchicalDistanceBasedAlgorithm.remove not implemented")
Refer this thread