Share via


ICPMapTemplateDelegate.DidBeginPanGesture(CPMapTemplate) Method

Definition

Method that is called when a pan gesture starts.

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

Parameters

mapTemplate
CPMapTemplate

The template for the map that is panning.

Attributes

Applies to