DoubleTapEvent

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

Represents a double-tap gesture.

Obtain this event from the MapView.onDoubleTap 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 where the user double-tapped, or null if the point could not be determined

Link copied to clipboard

the point in screen coordinates where the user double-tapped