MTTwoFingersDragPitchGesture

@MainActor
public struct MTTwoFingersDragPitchGesture : MTGesture

Handles changing the pitch by dragging with two fingers.

  • Type of the gesture.

    Declaration

    Swift

    @MainActor
    public var type: MTGestureType
  • disable() Asynchronous

    Disables the gesture on the map.

    Declaration

    Swift

    @MainActor
    public func disable() async
  • enable() Asynchronous

    Enables the gesture on the map.

    Declaration

    Swift

    @MainActor
    public func enable() async