android-maps-utils icon indicating copy to clipboard operation
android-maps-utils copied to clipboard

Unify methods from the ClusterRendererMultipleItems into ClusterRenderer

Open kikoso opened this issue 10 months ago • 0 comments

The PR implementing ClusterRendererMultipleItems adds methods for managing animations in a renderer.

These changes were applied to ClusterRendererMultipleItems instead of ClusterRenderer to avoid introducing a breaking change.

Once the feature has been sufficiently tested and deemed stable, these methods could be moved to the base ClusterRenderer to extend this functionality to all renderers.

kikoso avatar Mar 11 '25 14:03 kikoso