Cluster Annotation Manager
interface ClusterAnnotationManager
Interface for annotationManager that supports clustering
Functions
Link copied to clipboard
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
open fun removeClusterLongClickListener(onClusterLongClickListener: OnClusterLongClickListener): Boolean
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.