| Property | JavaScript API Method | Description |
|---|---|---|
animationChanged |
animation_changed |
This event is fired when the marker's animation property changes |
mapClick |
click |
This event is fired when the marker icon was clicked |
clickableChanged |
clickable_changed |
This event is fired when the marker's cursor property changes |
cursorChanged |
cursor_changed |
This event is fired when the marker's cursor property changes |
mapDblclick |
dblclick |
This event is fired when the marker icon was double clicked |
mapDrag |
drag |
This event is repeatedly fired while the user drags the marker |
mapDragend |
dragend |
This event is fired when the user stops dragging the marker |
draggableChanged |
draggable_changed |
This event is fired when the marker's draggable property changes |
mapDragstart |
dragstart |
This event is fired when the user starts dragging the marker |
flatChanged |
flat_changed |
This event is fired when the marker's flat property changes |
iconChanged |
icon_changed |
This event is fired when the marker icon property changes |
mapMousedown |
mousedown |
This event is fired for a mousedown on the marker |
mapMouseout |
mouseout |
This event is fired when the mouse leaves the area of the marker icon |
mapMouseover |
mouseover |
This event is fired when the mouse enters the area of the marker icon |
mapMouseup |
mouseup |
This event is fired for a mouseup on the marker |
positionChanged |
position_changed |
This event is fired when the marker position property changes |
mapRightclick |
rightclick |
This event is fired for a rightclick on the marker |
shapeChanged |
shape_changed |
This event is fired when the marker's shape property changes |
titleChanged |
title_changed |
This event is fired when the marker title property changes |
visibleChanged |
visible_changed |
This event is fired when the marker's visible property changes |
zindexChanged |
zindex_changed |
This event is fired when the marker's zIndex property changes |
Created
November 3, 2019 16:30
-
-
Save timdeschryver/608272925ad2afd36a34b412dca0fc27 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment