mapTemplate(_:didEndZoomGestureWithVelocity:)
Tells the delegate that a person stopped zooming the map.
Declaration
optional func mapTemplate(_ mapTemplate: CPMapTemplate, didEndZoomGestureWithVelocity velocity: CGFloat)Parameters
- mapTemplate:
The Cpmaptemplate the gesture applies to.
- velocity:
The velocity of the zoom gesture in scale factor per second.