CPMapTemplateDelegate.StartedTrip Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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