MTPinchRotateAndZoomGesture

@MainActor
public struct MTPinchRotateAndZoomGesture : MTGesture

Handles zoom and rotate by pinching 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