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 |
---|
System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.String>> |