Share via


CPMapTemplateDelegate_Extensions.WillShowNavigationAlert Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillShowNavigationAlert(this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillShowNavigationAlert : CarPlay.ICPMapTemplateDelegate * 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.

Attributes

Applies to