Share via


CPMapTemplateDelegate.PitchEnded(CPMapTemplate, CGPoint) Method

Definition

Method that is called when a pitch gesture ends.

[Foundation.Export("mapTemplate:pitchEndedWithCenter:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PitchEnded(CarPlay.CPMapTemplate mapTemplate, CoreGraphics.CGPoint center);
[<Foundation.Export("mapTemplate:pitchEndedWithCenter:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PitchEnded : CarPlay.CPMapTemplate * CoreGraphics.CGPoint -> unit
override this.PitchEnded : CarPlay.CPMapTemplate * CoreGraphics.CGPoint -> unit

Parameters

mapTemplate
CPMapTemplate

The template for the map whose pitch gesture ended.

center
CGPoint

The center point of the pitch gesture.

Implements

Attributes

Applies to