MapPinchGestureDelegate

public protocol MapPinchGestureDelegate : class

MapPinchGestureDelegate

  • Informs the delegate the map just zoomed via a pinch gesture.

    Declaration

    Swift

    func mapController(_ controller: MZMapViewController, didPinchMap location: CGPoint)

    Parameters

    controller

    The MZMapViewController that recognized the pinch.

    location

    The screen coordinate the map was pinched at.