Share via


CPMapTemplateDelegate_Extensions.DidUpdateZoomGesture Method

Definition

Method that is called when a zoom gesture is updated.

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

Parameters

mapTemplate
CPMapTemplate

The template for the map whose zoom gesture was updated.

center
CGPoint

The center point of the zoom gesture.

scale
NFloat

The current zoom scale.

velocity
NFloat

The zoom velocity.

Attributes

Applies to