MarkerDragEvent

data class MarkerDragEvent(val marker: Marker) : OnMarkerDragEvent

Event emitted repeatedly while a marker is being dragged.

Constructors

Link copied to clipboard
constructor(marker: Marker)

Properties

Link copied to clipboard
open override val marker: Marker