MarkerDragStartEvent constructor

MarkerDragStartEvent(
  1. int mapId,
  2. LatLng position,
  3. MarkerId markerId
)

Build a MarkerDragStart Event triggered from the map represented by mapId.

The position on this event is the LatLng on which the Marker was picked up from. The value of this event is a MarkerId object that represents the Marker.

Implementation

MarkerDragStartEvent(super.mapId, super.position, super.markerId);