MapPanGestureDelegate
public protocol MapPanGestureDelegate : class
Map Pan Gesture Delegate
-
Informs the delegate the map just panned.
Declaration
Swift
func mapController(_ controller: MZMapViewController, didPanMap displacement: CGPoint)Parameters
controllerThe MZMapViewController that recognized the pan.
displacementThe distance in pixels that the screen was moved by the gesture.
View on GitHub
MapPanGestureDelegate Protocol Reference