IMarkerDragEventArgs
12 Sep 20251 minute to read
Specifies the event arguments for marker click event in maps.
Properties
dataIndex number
Defines the index of the current marker data from the entire data source.
latitude number
Defines the current latitude number of the marker with which the dragging operation is performed.
layerIndex number
Defines the index of the layer in which the current marker is associated.
longitude number
Defines the current longitude number of the marker with which the dragging operation is performed.
markerIndex number
Defines the index of the marker settings in which the current marker is associated.
name string
Defines the name of the event.
x number
Defines the current x position of the mouse pointer when dragging is performed.
y number
Defines the current y position of the mouse pointer when dragging is performed.