Contents

mapTemplate(_:panWith:)

Tells the delegate that the user is panning in a certain direction on the map.

Declaration

optional func mapTemplate(_ mapTemplate: CPMapTemplate, panWith direction: CPMapTemplate.PanDirection)

Parameters

  • mapTemplate:

    The current map template.

  • direction:

    The direction to move on the map.

See Also

Panning the Map