MTDoubleTapZoomInGesture
@MainActor
public struct MTDoubleTapZoomInGesture : MTGesture
Handles zooming in the map with double tap.
-
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()
AsynchronousDeclaration
Swift
@MainActor public func enable() async