IMarkerClusterRenderingEventArgs

2 Oct 20251 minute to read

Specifies the event arguments for marker cluster rendering event in maps.

Properties

border BorderModel

Defines the settings of the border of the marker cluster.

cancel boolean

Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

cluster MarkerClusterSettingsModel

Defines the marker cluster instance.

data Object

Defines the data from marker data source for the marker cluster in maps.

fill string

Defines the color of the marker cluster.

height number

Defines the height of the marker cluster.

imageUrl string

Defines the URL path for rendering image as marker cluster.

maps Maps

Defines the current maps instance.

name string

Defines the name of the event.

shape MarkerType

Defines the shape of the marker cluster.

width number

Defines the width of the marker cluster.