mapTemplateDidDismissPanningInterface(_:)
Tells the delegate that the panning interface is no longer visible on the map.
Declaration
optional func mapTemplateDidDismissPanningInterface(_ mapTemplate: CPMapTemplate)Parameters
- mapTemplate:
The current map template.
See Also
Panning the Map
mapTemplateDidShowPanningInterface(_:)mapTemplateWillDismissPanningInterface(_:)mapTemplateDidBeginPanGesture(_:)mapTemplate(_:panBeganWith:)mapTemplate(_:panWith:)mapTemplate(_:panEndedWith:)CPMapTemplate.PanDirectionmapTemplate(_:didEndPanGestureWithVelocity:)mapTemplate(_:didUpdatePanGestureWithTranslation:velocity:)