MarkerDragEndEvent constructor

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

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

The position on this event is the LatLng on which the Marker was dropped. The value of this event is a MarkerId object that represents the moved Marker.

Implementation

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