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()
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