CPMapTemplateDelegate.DidShowNavigationAlert 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 navigation alert is shown.
[Foundation.Export("mapTemplate:didShowNavigationAlert:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidShowNavigationAlert(CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
[<Foundation.Export("mapTemplate:didShowNavigationAlert:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidShowNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> unit
override this.DidShowNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> unit
Parameters
- mapTemplate
- CPMapTemplate
The template for the map for which a navigation alert was shown.
- navigationAlert
- CPNavigationAlert
The alert that was shown.
Implements
- Attributes