CPMapTemplateDelegate_Extensions.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.
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
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.