Search Results for

    Show / Hide Table of Contents

    Interface IAnimatedFeature

    Represents a feature that manages its own positional animation between two points. Implement this interface on features that should be animated by a Layer when its data source returns updated positions.

    Namespace: Mapsui.Layers.AnimatedLayers
    Assembly: Mapsui.dll
    Syntax
    public interface IAnimatedFeature

    Methods

    | Edit this page View Source

    UpdateAnimation()

    Advances the feature's interpolated position based on elapsed time.

    Declaration
    bool UpdateAnimation()
    Returns
    Type Description
    bool

    true if the animation is still running and a render update is needed; false if the animation has completed.

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX