Share via


CPMapTemplateDelegate_Extensions.PanEnded Method

Definition

Method that is called when a pan ends.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void PanEnded(this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPPanDirection direction);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PanEnded : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPPanDirection -> unit

Parameters

mapTemplate
CPMapTemplate

The template for the map for which a pan was ended.

direction
CPPanDirection

The direction of the pan.

Attributes

Applies to