CPMapTemplateDelegate_Extensions.PanEnded Method

Definition

Method that is called when a pan ends.

public static void PanEnded (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPPanDirection direction);
static member PanEnded : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPPanDirection -> unit

Parameters

This
ICPMapTemplateDelegate

The instance on which this method operates.

mapTemplate
CPMapTemplate

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

direction
CPPanDirection

The direction of the pan.

Applies to