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