Share via


CPMapTemplateDelegate.DidBeginRotationGesture(CPMapTemplate) Method

Definition

Method that is called when a rotation gesture begins.

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

Parameters

mapTemplate
CPMapTemplate

The template for the map that began a rotation gesture.

Implements

Attributes

Applies to