Open Therefore opened 6 years ago
Hi. What's the problem with "when I pause my application and come back in all of the items and clusters are still shown"? Why do you think clusters should disappear when your app is resumed?
Not sure what you're trying to achieve here as I'd agree with @makovkastar this would be expected behaviour BUT I clear the clusters by defining an empty list and calling mClusterManager.setItems(emtptyList); whenever I want to remove all the clusters.
Hey it's me again.
I noticed that when I pause my application and come back in all of the items and clusters are still shown. I noticed that there isn't a clustermanager.clear() or similar. what would you recommend on how to deal with that? Thanks.