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

    Disables the gesture on the map.

    Declaration

    Swift

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

    Declaration

    Swift

    @MainActor
    public func enable() async