Share via


ICPMapTemplateDelegate.PitchEnded(CPMapTemplate, CGPoint) Method

Definition

Method that is called when a pitch gesture ends.

[Foundation.Export("mapTemplate:pitchEndedWithCenter:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PitchEnded(CarPlay.CPMapTemplate mapTemplate, CoreGraphics.CGPoint center);
[<Foundation.Export("mapTemplate:pitchEndedWithCenter:")>]
[<Foundation.OptionalMember>]
[<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.

Attributes

Applies to