Share via


ICPMapTemplateDelegate.DidEndZoomGesture(CPMapTemplate, NFloat) Method

Definition

Method that is called when a zoom gesture ends.

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

Parameters

mapTemplate
CPMapTemplate

The template for the map whose zoom gesture ended.

velocity
NFloat

The zoom velocity at the end of the gesture.

Attributes

Applies to