Share via


CPMapTemplateDelegate_Extensions.RotationDidEnd Method

Definition

Method that is called when a rotation gesture ends.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RotationDidEnd(this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, System.Runtime.InteropServices.NFloat velocity);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RotationDidEnd : CarPlay.ICPMapTemplateDelegate * 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.

Attributes

Applies to