Share via


CPMapTemplateDelegate.Pitch(CPMapTemplate, CGPoint) Method

Definition

Method that is called when the map is pitched.

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

Parameters

mapTemplate
CPMapTemplate

The template for the map that is being pitched.

center
CGPoint

The center point of the pitch gesture.

Implements

Attributes

Applies to