Down Event
data class DownEvent(val screenCoordinate: ScreenCoordinate, val mapPoint: Point?, motionEvent: MotionEvent)
Represents the beginning of a gesture.
This event is triggered when the user presses the screen at the beginning of some gesture.
Obtain this event from the MapView.onDown flow.
Since
200.0.0
See also
Inherited properties
Link copied to clipboard
Returns the MotionEvent associated with the DownEvent.