Share via


CPMapTemplateDelegate_Extensions.StartedTrip Method

Definition

Method that is called when a trip starts.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void StartedTrip(this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPTrip trip, CarPlay.CPRouteChoice routeChoice);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member StartedTrip : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPTrip * CarPlay.CPRouteChoice -> unit

Parameters

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.

Attributes

Applies to