Contents

mapTemplate(_:startedTrip:using:)

Tells the delegate that the user selected a trip and route choice to navigate.

Declaration

optional func mapTemplate(_ mapTemplate: CPMapTemplate, startedTrip trip: CPTrip, using routeChoice: CPRouteChoice)

Parameters

  • mapTemplate:

    The current map template.

  • trip:

    The selected trip.

  • routeChoice:

    The selected route choice.

See Also

Handling Navigation Events