MarkerDragEndEvent constructor
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);