Class FlingAnimation
Inherited Members
Namespace: Mapsui.Animations
Assembly: Mapsui.dll
Syntax
public static class FlingAnimationMethods
| Edit this page View SourceCreate(double, double, long, Action)
Declaration
public static List<AnimationEntry<Viewport>> Create(double velocityX, double velocityY, long maxDuration, Action refreshData)Parameters
| Type | Name | Description | 
|---|---|---|
| double | velocityX | |
| double | velocityY | |
| long | maxDuration | |
| Action | refreshData | 
Returns
| Type | Description | 
|---|---|
| List<AnimationEntry<Viewport>> |