Share via


CPMapTemplateDelegate_Extensions.DidRotate Method

Definition

Method that is called when the map is rotated.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidRotate(this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CoreGraphics.CGPoint center, System.Runtime.InteropServices.NFloat rotation, System.Runtime.InteropServices.NFloat velocity);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidRotate : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CoreGraphics.CGPoint * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

mapTemplate
CPMapTemplate

The template for the map that was rotated.

center
CGPoint

The center point of the rotation.

rotation
NFloat

The rotation angle in radians.

velocity
NFloat

The rotation velocity.

Attributes

Applies to