CPMapTemplateDelegate.DidUpdatePanGesture Method

Definition

Method that is called when a pan gesture is updated.

[Foundation.Export("mapTemplate:didUpdatePanGestureWithTranslation:velocity:")]
public virtual void DidUpdatePanGesture (CarPlay.CPMapTemplate mapTemplate, CoreGraphics.CGPoint translation, CoreGraphics.CGPoint velocity);
abstract member DidUpdatePanGesture : CarPlay.CPMapTemplate * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit
override this.DidUpdatePanGesture : CarPlay.CPMapTemplate * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit

Parameters

mapTemplate
CPMapTemplate

The template for the map whose pan gesture was updated.

translation
CGPoint
velocity
CGPoint

The pan velocity.

Attributes

Applies to