Interface MarkerClusterSpiderfyEvent

Event fired on spiderfy cluster actions.

interface MarkerClusterSpiderfyEvent {
    cluster: MarkerCluster;
    layer: any;
    markers: Marker<any>[];
    popup: any;
    propagatedFrom: any;
    sourceTarget: any;
    target: any;
    type: string;
}

Hierarchy (View Summary)

Properties

cluster: MarkerCluster

The cluster that fired the event.

layer: any

The same as propagatedFrom.

markers: Marker<any>[]

The markers in the cluster that fired the event.

popup: any
propagatedFrom: any
sourceTarget: any
target: any
type: string