DoubleTapDelegate

public protocol DoubleTapDelegate : AnyObject

Protocol for handling double tap gestures. Double-tap gesture occurs after double-tapping on the screen.

  • Called when the double-tap gesture occurs.

    Declaration

    Swift

    func onDoubleTap(origin: Point2D)

    Parameters

    origin

    Position of the touch point relative to the MapView in pixels.