Share via


CPMapTemplateDelegate.DidBeginPanGesture(CPMapTemplate) Method

Definition

Method that is called when a pan gesture starts.

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

Implements

Attributes

Applies to