Contents

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