CPMapTemplateDelegate_Extensions.DidUpdatePanGesture Method

Definition

Method that is called when a pan gesture is updated.

public static void DidUpdatePanGesture (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CoreGraphics.CGPoint translation, CoreGraphics.CGPoint velocity);
static member DidUpdatePanGesture : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit

Parameters

This
ICPMapTemplateDelegate

The instance on which this method operates.

mapTemplate
CPMapTemplate

The template for the map whose pan gesture was updated.

translation
CGPoint
velocity
CGPoint

The pan velocity.

Applies to