Share via


CPMapTemplateDelegate.StartedTrip Method

Definition

Method that is called when a trip starts.

[Foundation.Export("mapTemplate:startedTrip:usingRouteChoice:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StartedTrip(CarPlay.CPMapTemplate mapTemplate, CarPlay.CPTrip trip, CarPlay.CPRouteChoice routeChoice);
[<Foundation.Export("mapTemplate:startedTrip:usingRouteChoice:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartedTrip : CarPlay.CPMapTemplate * CarPlay.CPTrip * CarPlay.CPRouteChoice -> unit
override this.StartedTrip : 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.

Implements

Attributes

Applies to