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.
The system calls this method shortly after the trip has started.
[Foundation.Export("mapTemplate:startedTrip:usingRouteChoice:")]
public virtual void StartedTrip (CarPlay.CPMapTemplate mapTemplate, CarPlay.CPTrip trip, CarPlay.CPRouteChoice routeChoice);
abstract member StartedTrip : CarPlay.CPMapTemplate * CarPlay.CPTrip * CarPlay.CPRouteChoice -> unit
override this.StartedTrip : CarPlay.CPMapTemplate * CarPlay.CPTrip * CarPlay.CPRouteChoice -> unit
Parameters
- mapTemplate
- CPMapTemplate
- trip
- CPTrip
- routeChoice
- CPRouteChoice
- Attributes