GLMapTapZoomGestureRecognizer

Objective-C

@interface GLMapTapZoomGestureRecognizer : NSGestureRecognizer

Swift

class GLMapTapZoomGestureRecognizer : NSGestureRecognizer

Gesture recognizer for detecting tap-and-zoom gestures.

  • The movement of the finger in points after the gesture is recognized.

    Declaration

    Objective-C

    @property CGFloat delta;

    Swift

    var delta: CGFloat { get set }