Share via


CPMapTemplateDelegate.DidShowPanningInterface(CPMapTemplate) Method

Definition

Method that is called when a panning interface is shown.

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

Parameters

mapTemplate
CPMapTemplate

The template for the map for which a panning interface was shown.

Implements

Attributes

Applies to