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 : EventArgsPublic Class MarkerDragEventArgs
Inherits EventArgsConstructors
MarkerDragEventArgs(e)
Initializes an instance of the MarkerDragEventArgs class.
Name
Type
Description
Properties
Location
LatLng: The coordinates of the marker.
Marker
String: The ID of the clicked marker that was dragged.
Position
Point: The position of the marker in pixels.
Last updated
Was this helpful?