共用方式為


CPMapTemplateDelegate.DidUpdatePanGesture 方法

定義

更新移動流覽手勢時所呼叫的方法。

[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

參數

mapTemplate
CPMapTemplate

地圖的範本,其移動流覽手勢已更新。

translation
CGPoint
velocity
CGPoint

移動流覽速度。

屬性

適用於