mapTemplateDidBeginPanGesture(_:)
Tells the delegate that the pan gesture has started.
Declaration
optional func mapTemplateDidBeginPanGesture(_ mapTemplate: CPMapTemplate)Parameters
- mapTemplate:
The current map template.
Discussion
CarPlay doesn’t call this method when connected to some CarPlay systems.
See Also
Panning the Map
mapTemplateDidShowPanningInterface(_:)mapTemplateWillDismissPanningInterface(_:)mapTemplateDidDismissPanningInterface(_:)mapTemplate(_:panBeganWith:)mapTemplate(_:panWith:)mapTemplate(_:panEndedWith:)CPMapTemplate.PanDirectionmapTemplate(_:didEndPanGestureWithVelocity:)mapTemplate(_:didUpdatePanGestureWithTranslation:velocity:)