Class FlingTracker
Inheritance
System.Object
FlingTracker
Assembly: Mapsui.UI.Wpf.dll
Syntax
public class FlingTracker : object
Constructors
|
Improve this Doc
View Source
FlingTracker()
Declaration
Methods
|
Improve this Doc
View Source
AddEvent(Int64, Geometries.Point, Int64)
Declaration
public void AddEvent(long id, Geometries.Point location, long ticks)
Parameters
Type |
Name |
Description |
System.Int64 |
id |
|
Geometries.Point |
location |
|
System.Int64 |
ticks |
|
|
Improve this Doc
View Source
CalcVelocity(Int64, Int64)
Declaration
public (double vx, double vy) CalcVelocity(long id, long now)
Parameters
Type |
Name |
Description |
System.Int64 |
id |
|
System.Int64 |
now |
|
Returns
Type |
Description |
System.ValueTuple<System.Double, System.Double> |
|
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
RemoveId(Int64)
Declaration
public void RemoveId(long id)
Parameters
Type |
Name |
Description |
System.Int64 |
id |
|