Up Event
data class UpEvent(val screenCoordinate: ScreenCoordinate, val mapPoint: Point?, motionEvent: MotionEvent)
Represents the end of a gesture.
This event is triggered when the user removes all pointers from the screen.
Obtain this event from the MapView.onUp flow.
Since
200.0.0
See also
Properties
Inherited properties
Link copied to clipboard
Returns the MotionEvent associated with the UpEvent.