MapShoveGestureDelegate
public protocol MapShoveGestureDelegate : class
MapShoveGestureDelegate
-
Informs the delegate the map just shoved.
Declaration
Swift
func mapController(_ controller: MZMapViewController, didShoveMap displacement: CGPoint)Parameters
controllerThe MZMapViewController that recognized the shove.
displacementThe distance in pixels that the screen was moved by the gesture.
View on GitHub
MapShoveGestureDelegate Protocol Reference