MarkerDragEventArgs

Wisej.Web.Ext.GoogleMaps.MarkerDragEventArgs

Namespace: Wisej.Web.Ext.GoogleMaps

Assembly: Wisej.Web.Ext.GoogleMaps (3.2.0.0)

Provides data for the MarkerDragStart and the MarkerDragEnd event.

public class MarkerDragEventArgs : EventArgs

Constructors

Initializes an instance of the MarkerDragEventArgs class.

NameTypeDescription

e

The event data from the client.

Properties

LatLng: The coordinates of the marker.

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

Point: The position of the marker in pixels.

Last updated