IMarkerRenderingEventArgs

2 Oct 20251 minute to read

Specifies the event arguments in marker rendering event in maps.

Properties

border BorderModel

Defines the settings of the border for the marker.

cancel boolean

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

colorValuePath string

Defines the field name from the marker data source to set the color from the marker data source.

data Object

Defines the current marker data from the marker data source in maps.

fill string

Defines the color of the marker which is currently rendered.

height number

Defines the height of the marker which is currently rendered.

imageUrl string

Defines the URL path for the marker when rendered as image.

imageUrlValuePath string

Defines the field name from the marker data source to set the marker image from the marker data source.

maps Maps

Defines the current maps instance.

marker MarkerSettingsModel

Defines the marker instance.

name string

Defines the name of the event.

shape MarkerType

Defines the shape of the marker which is currently rendered.

shapeValuePath string

Defines the field name from the marker data source to set the marker shape from the marker data source.

template string|Function

Defines the template of the marker.

width number

Defines the width of the marker which is currently rendered.