Share via


CPMapTemplateDelegate.RotationDidEnd(CPMapTemplate, NFloat) Method

Definition

Method that is called when a rotation gesture ends.

[Foundation.Export("mapTemplate:rotationDidEndWithVelocity:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RotationDidEnd(CarPlay.CPMapTemplate mapTemplate, System.Runtime.InteropServices.NFloat velocity);
[<Foundation.Export("mapTemplate:rotationDidEndWithVelocity:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RotationDidEnd : CarPlay.CPMapTemplate * System.Runtime.InteropServices.NFloat -> unit
override this.RotationDidEnd : CarPlay.CPMapTemplate * System.Runtime.InteropServices.NFloat -> unit

Parameters

mapTemplate
CPMapTemplate

The template for the map whose rotation gesture ended.

velocity
NFloat

The rotation velocity at the end of the gesture.

Implements

Attributes

Applies to