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

MarkerDragEventArgs(e)

Initializes an instance of the MarkerDragEventArgs class.

Name
Type
Description

e

The event data from the client.

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?