Class MarkerClusterClickEventArgs
Specifies the event arguments for the cluster click event in maps.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MarkerClusterClickEventArgs : MarkerClusterMoveEventArgs
Constructors
MarkerClusterClickEventArgs()
Declaration
public MarkerClusterClickEventArgs()
Properties
MarkerClusterCollection
Gets or sets the collection of markers in a cluster.
Declaration
public List<Dictionary<string, string>> MarkerClusterCollection { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.String>> | A list containing dictionaries representing the data of each marker in the cluster. |
Remarks
Use this collection to access data for all markers within the clicked cluster.