Share via


ICPMapTemplateDelegate.DidShowPanningInterface(CPMapTemplate) Method

Definition

Method that is called when a panning interface is shown.

[Foundation.Export("mapTemplateDidShowPanningInterface:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidShowPanningInterface(CarPlay.CPMapTemplate mapTemplate);
[<Foundation.Export("mapTemplateDidShowPanningInterface:")>]
[<Foundation.OptionalMember>]
[<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.

Attributes

Applies to