CPMapTemplateDelegate.DidCancelNavigation(CPMapTemplate) 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 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