MapShoveGestureDelegate

public protocol MapShoveGestureDelegate : class

MapShoveGestureDelegate

  • Informs the delegate the map just shoved.

    Declaration

    Swift

    func mapController(_ controller: MZMapViewController, didShoveMap displacement: CGPoint)

    Parameters

    controller

    The MZMapViewController that recognized the shove.

    displacement

    The distance in pixels that the screen was moved by the gesture.