UpEvent

data class UpEvent(val screenCoordinate: ScreenCoordinate, val mapPoint: Point?)

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

Constructors

Link copied to clipboard
constructor(screenCoordinate: ScreenCoordinate, mapPoint: Point?)

Properties

Link copied to clipboard

the point in map coordinates of the final pointer to be removed, or null if the point could not be determined

Link copied to clipboard

the point in screen coordinates of the final pointer to be removed