MapRotateGestureDelegate

public protocol MapRotateGestureDelegate : class

MapRotateGestureDelegate

  • Informs the delegate the map just rotated.

    Declaration

    Swift

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

    Parameters

    controller

    The MZMapViewController that recognized the rotation.

    location

    The screen coordinate the map was rotated at.