Closed
Description
Environment details
- API : Maps Utils
- OS : >= Android M
- Library version : 0.6.1
Code Example
private fun displayClusterItems(items: List<ClusterItem>) {
clusterManager.clearItems()
clusterManager.addItems(items)
clusterManager.cluster()
}
Whenever I call the displayClusterItems() and pass in the exact same items, there is a change in the cluster positions. The zoom position is same as well.
Why are the cluster position changing even though the items being passed are same in the same order with the same location data ?