Skip to main content

MarkerDragEventArgs

Namespace: Wisej.Web.Ext.GoogleMaps

Assembly: Wisej.Web.Ext.GoogleMaps

Provides data for the MarkerDragStart and the MarkerDragEnd event.

public class MarkerDragEventArgs : EventArgs

Constructors

Instance memberMarkerDragEventArgs(e)

Initializes an instance of the MarkerDragEventArgs class.

NameTypeDescription
eWidgetEventArgsThe event data from the client.

Properties

Instance memberLocation

LatLng: The coordinates of the marker.

Instance memberMarker

String: The ID of the clicked marker that was dragged.

Instance memberPosition

Point: The position of the marker in pixels.