Search results

IMarkerClickEventArgs API in Vue Maps API component

Specifies the event arguments for marker click event in maps.

Properties

cancel

boolean

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

data

Object

Defines the marker data for the marker that is clicked.

isShapeSelected

boolean

Specifies whether the shape is selected or not in the Map

latitude

number

Defines the current latitude value of maps location

longitude

number

Defines the current longitude value of maps location

maps

Maps

Defines the maps instance event argument.

marker

MarkerSettingsModel

Defines the marker instance in event argument.

name

string

Defines the name of the event.

target

string

Defines the current mouse event target id

value

string

Defines the name for a marker.

x

number

Defines the current mouse x location.

y

number

Defines the current mouse y location.