/ Maps / IMarkerRenderingEventArgs
Search results

IMarkerRenderingEventArgs API in Vue Maps API component

Specifies the event arguments in marker rendering event in maps.

Properties

border

BorderModel

Defines the color and width 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 value path of marker color from the marker data source.

data

Object

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

fill

string

Defines the color for the marker in event argument.

height

number

Defines the height of the marker in event argument.

imageUrl

string

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

imageUrlValuePath

string

Defines the value path of marker image from the marker data source.

maps

Maps

Defines the maps instance in event argument.

marker

MarkerSettingsModel

Defines the marker instance.

name

string

Defines the name of the event.

shape

string

Defines the shape of the marker.

shapeValuePath

string

Defines the value path of marker shape from the marker data source.

template

string

Defines the template of the marker.

width

number

Defines the width of the marker.