Share via


CPMapTemplateDelegate_Extensions.Pitch Method

Definition

Method that is called when the map is pitched.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Pitch(this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CoreGraphics.CGPoint center);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Pitch : CarPlay.ICPMapTemplateDelegate * 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.

Attributes

Applies to