CPMapTemplateDelegate.DidBeginZoomGesture(CPMapTemplate) Method

Definition

Method that is called when a zoom gesture begins.

[Foundation.Export("mapTemplateDidBeginZoomGesture:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidBeginZoomGesture(CarPlay.CPMapTemplate mapTemplate);
[<Foundation.Export("mapTemplateDidBeginZoomGesture:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidBeginZoomGesture : CarPlay.CPMapTemplate -> unit
override this.DidBeginZoomGesture : CarPlay.CPMapTemplate -> unit

Parameters

mapTemplate
CPMapTemplate

The template for the map that began a zoom gesture.

Implements

Attributes

Applies to