CircleAnnotationGroupInteractionsState

The state holder for Interactions of CircleAnnotationGroup.

Constructors

Functions

Link copied to clipboard

Set onClick Callback to be invoked when the CircleAnnotation is clicked. The clicked CircleAnnotation will be passed as parameter. Returns reference to CircleAnnotationGroupInteractionsState for making chained calls.

Link copied to clipboard

Set onClusterClick Callback to be invoked when one of the clusters is clicked. The clicked cluster represented by a Feature wrapped with ClusterFeature with additional properties. Returns reference to CircleAnnotationGroupInteractionsState for making chained calls.

Link copied to clipboard

Set onClusterLongClick Callback to be invoked when one of the clusters is long clicked. The clicked cluster represented by a Feature wrapped with ClusterFeature with additional properties. Returns reference to CircleAnnotationGroupInteractionsState for making chained calls.

Link copied to clipboard

Set onDragFinish Callback to be invoked when one of the CircleAnnotation dragging has finished. The dragged CircleAnnotation will be passed as parameter.

Link copied to clipboard

Set onDrag Callback to be invoked when one of the CircleAnnotation dragging is in progress. The dragged CircleAnnotation will be passed as parameter.

Link copied to clipboard

Set onDragStart Callback to be invoked when one of the CircleAnnotation dragging has started. The dragged CircleAnnotation will be passed as parameter.

Link copied to clipboard

Set onLongClick Callback to be invoked when one of the CircleAnnotation is long clicked. The long clicked CircleAnnotation will be passed as parameter. Returns reference to CircleAnnotationGroupInteractionsState for making chained calls.

Properties

Link copied to clipboard

Set whether CircleAnnotation holding this CircleAnnotationGroupInteractionsState should be draggable, meaning it can be dragged across the screen when touched and moved. Note: If this param is used when CircleAnnotation is also part of the cluster, then once CircleAnnotation is dragged, it moves out of the cluster and can't be added back to it and is rendered as a separate CircleAnnotation.