IMarkerClusterClickEventArgs
2 Oct 20251 minute to read
Specifies the event arguments for the cluster click event in maps.
Properties
cancel boolean
Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.
data Object
Defines the data from marker data source for the currently clicked marker.
isShapeSelected boolean
Specifies whether the shape is selected or not in the maps.
latitude number
Defines the current latitude value of maps location.
longitude number
Defines the current longitude value of maps location
maps Maps
Defines the current maps instance.
markerClusterCollection Object
Defines the collection of markers in a cluster.
name string
Defines the name of the event.
target string
Defines the current mouse event target id.
x number
Defines the current mouse x location in pixels.
y number
Defines the current mouse y location in pixels.