CPMapTemplateDelegate.SelectedPreview 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 after routeChoice
has been made. The developer should create a preview.
[Foundation.Export("mapTemplate:selectedPreviewForTrip:usingRouteChoice:")]
public virtual void SelectedPreview (CarPlay.CPMapTemplate mapTemplate, CarPlay.CPTrip trip, CarPlay.CPRouteChoice routeChoice);
abstract member SelectedPreview : CarPlay.CPMapTemplate * CarPlay.CPTrip * CarPlay.CPRouteChoice -> unit
override this.SelectedPreview : CarPlay.CPMapTemplate * CarPlay.CPTrip * CarPlay.CPRouteChoice -> unit
Parameters
- mapTemplate
- CPMapTemplate
- trip
- CPTrip
- routeChoice
- CPRouteChoice
- Attributes