Share via


CPMapTemplateDelegate.WillShowNavigationAlert Method

Definition

Method that is called just before a navigation alert is shown.

[Foundation.Export("mapTemplate:willShowNavigationAlert:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillShowNavigationAlert(CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
[<Foundation.Export("mapTemplate:willShowNavigationAlert:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillShowNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> unit
override this.WillShowNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> unit

Parameters

mapTemplate
CPMapTemplate

The template for the map for which a navigation alert will be shown.

navigationAlert
CPNavigationAlert

The navigation alert that will be shown.

Implements

Attributes

Applies to