IBubbleRenderingEventArgs

2 Oct 20251 minute to read

Specifies the event arguments for bubble rendering event in maps.

Properties

border BorderModel

Defines the settings of the border of the bubble in event argument.

cancel boolean

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

cx number

Defines the center x position of the current bubble.

cy number

Defines the center Y position of the current bubble.

data Object

Defines the data of the current bubble from data source.

fill string

Defines the color of the bubble in event argument.

maps Maps

Defines the current maps instance.

name string

Defines the name of the event.

radius number

Defines the radius of the current bubble.