Two Pointer Tap Event
data class TwoPointerTapEvent(val screenMidpoint: ScreenCoordinate, val mapMidpoint: Point?, motionEventInternal: MotionEvent)
Represents a two-pointer tap gesture.
This event is triggered when the user taps two pointers on the screen simultaneously.
Obtain this event from the MapView.onTwoPointerTap flow.
Since
200.0.0
See also
Constructors
Link copied to clipboard
constructor(screenMidpoint: ScreenCoordinate, mapMidpoint: Point?, motionEventInternal: MotionEvent)
Properties
Inherited properties
Link copied to clipboard
Returns the MotionEvent associated with the TwoPointerTapEvent.