IAnnotationRenderingEventArgs

2 Oct 20251 minute to read

Specifies the event arguments for annotation rendering event in maps.

Properties

annotation Annotation

Specifies the annotation instance.

cancel boolean

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

content string|Function

Defines the content of the annotation which is being rendered.

maps Maps

Defines the current maps instance.

name string

Defines the name of the event.