Single Tap Confirmed Event
data class SingleTapConfirmedEvent(val screenCoordinate: ScreenCoordinate, val mapPoint: Point?, motionEvent: MotionEvent)
Represents a single tap gesture.
Obtain this event from the MapView.onSingleTapConfirmed flow.
Since
200.0.0
See also
Inherited properties
Link copied to clipboard
Returns the MotionEvent associated with the SingleTapConfirmedEvent.