CPMapTemplateDelegate_Extensions.DidRotate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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