MarkerDragEvent constructor

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

Implementation

MarkerDragEvent(int mapId, LatLng position, MarkerId markerId)
    : super(mapId, position, markerId);