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()AsynchronousDisables the gesture on the map.
Declaration
Swift
@MainActor public func disable() async -
enable()AsynchronousEnables the gesture on the map.
Declaration
Swift
@MainActor public func enable() async