ClusterAnnotationManager

Interface for annotationManager that supports clustering

Functions

Link copied to clipboard
open fun addClusterClickListener(clusterClickListener: OnClusterClickListener): Boolean

Add a callback to be invoked when a cluster with annotations has been clicked.

Link copied to clipboard
open fun addClusterLongClickListener(onClusterLongClickListener: OnClusterLongClickListener): Boolean

Add a callback to be invoked when a cluster with annotations has been long clicked.

Link copied to clipboard

Remove a previously added callback that was to be invoked when cluster with annotations has been clicked.

Link copied to clipboard

Remove a previously added callback that was to be invoked when cluster with annotations has been long clicked.

Properties

Link copied to clipboard

The Added clusterClickListeners. To interact with the list you can use addClusterClickListener and removeClusterClickListener methods.

Link copied to clipboard

The Added clusterLongClickListeners. To interact with the list you can use addClusterLongClickListener and removeClusterLongClickListener methods.

Inheritors

Link copied to clipboard
Link copied to clipboard