/ Maps / IMarkerClusterRenderingEventArgs
Search results

IMarkerClusterRenderingEventArgs API in Vue Maps API component

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

Properties

border

BorderModel

Defines the color and width of the border for 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 for the marker cluster in maps.

fill

string

Defines the color for the marker cluster.

height

number

Defines the height for the marker cluster.

imageUrl

string

Defines the URL path for rendering image as marker cluster.

maps

Maps

Defines the maps instance event argument.

name

string

Defines the name of the event.

shape

string

Defines the shape for the marker cluster.

width

number

Defines the width for the marker cluster.