Share via


CPMapTemplateDelegate.DidCancelNavigation(CPMapTemplate) Method

Definition

Method that is called when navigation is canceled.

[Foundation.Export("mapTemplateDidCancelNavigation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidCancelNavigation(CarPlay.CPMapTemplate mapTemplate);
[<Foundation.Export("mapTemplateDidCancelNavigation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidCancelNavigation : CarPlay.CPMapTemplate -> unit
override this.DidCancelNavigation : CarPlay.CPMapTemplate -> unit

Parameters

mapTemplate
CPMapTemplate

The template for the map whose navigation was canceled.

Implements

Attributes

Applies to