mapTemplate(_:panEndedWith:)
Tells the delegate that the user stopped panning the map.
Declaration
optional func mapTemplate(_ mapTemplate: CPMapTemplate, panEndedWith direction: CPMapTemplate.PanDirection)Parameters
- mapTemplate:
The current map template.
- direction:
The direction of the last move on the map.
See Also
Panning the Map
mapTemplateDidShowPanningInterface(_:)mapTemplateWillDismissPanningInterface(_:)mapTemplateDidDismissPanningInterface(_:)mapTemplateDidBeginPanGesture(_:)mapTemplate(_:panBeganWith:)mapTemplate(_:panWith:)CPMapTemplate.PanDirectionmapTemplate(_:didEndPanGestureWithVelocity:)mapTemplate(_:didUpdatePanGestureWithTranslation:velocity:)