Contents

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