TapEvent

data class TapEvent(val point: PointF)

Represents a tap event emitted by a navigator at the given point.

All the points are relative to the navigator view.

Constructors

Link copied to clipboard
constructor(point: PointF)

Properties

Link copied to clipboard