CPMapTemplateDelegate.DidUpdatePanGesture Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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