CPMapTemplateDelegate_Extensions.StartedTrip Method

Definition

Method that is called when a trip starts.

public static void StartedTrip (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPTrip trip, CarPlay.CPRouteChoice routeChoice);
static member StartedTrip : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPTrip * CarPlay.CPRouteChoice -> unit

Parameters

This
ICPMapTemplateDelegate

The instance on which this method operates.

mapTemplate
CPMapTemplate

The template for the map on which a trip was started.

trip
CPTrip

The trip that started.

routeChoice
CPRouteChoice

The route choice for the trip that started.

Applies to