CPMapTemplateDelegate_Extensions.StartedTrip Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Método al que se llama cuando se inicia un viaje.
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
Parámetros
Instancia en la que opera este método.
- mapTemplate
- CPMapTemplate
Plantilla para el mapa en el que se inició un viaje.
- trip
- CPTrip
El viaje que comenzó.
- routeChoice
- CPRouteChoice
La opción de ruta para el viaje que comenzó.