MarkerDragEvent constructor
Build a MarkerDrag Event triggered from the map represented by mapId.
The position on this event is the LatLng on which the Marker was dragged to.
The value of this event is a MarkerId object that represents the Marker.
Implementation
MarkerDragEvent(super.mapId, super.position, super.markerId);