Search Results for

    Show / Hide Table of Contents

    Class FlingTracker

    Inheritance
    object
    FlingTracker
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI.Utils
    Assembly: Mapsui.UI.Android.dll
    Syntax
    public class FlingTracker

    Constructors

    | Edit this page View Source

    FlingTracker()

    Declaration
    public FlingTracker()

    Methods

    | Edit this page View Source

    AddEvent(long, MPoint, long)

    Declaration
    public void AddEvent(long id, MPoint location, long ticks)
    Parameters
    Type Name Description
    long id
    MPoint location
    long ticks
    | Edit this page View Source

    CalcVelocity(long, long)

    Declaration
    public (double vx, double vy) CalcVelocity(long id, long now)
    Parameters
    Type Name Description
    long id
    long now
    Returns
    Type Description
    (double x, double y)
    | Edit this page View Source

    Clear()

    Declaration
    public void Clear()
    | Edit this page View Source

    RemoveId(long)

    Declaration
    public void RemoveId(long id)
    Parameters
    Type Name Description
    long id
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX