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