Appearance
Marker.Drag
Handler.MarkerDrag is used internally by Marker to make the markers draggable.
Events
| Event | Data | Description |
|---|---|---|
dragstart | Fired when the user starts dragging the marker. | |
movestart | Fired when the marker starts moving (because of dragging). | |
drag | Fired repeatedly while the user drags the marker. | |
dragend | Fired when the user stops dragging the marker. | |
moveend | Fired when the marker stops moving (because of dragging). |
