Namespace Mapsui.Layers.AnimatedLayers
Classes
AnimatedPointFeature
A point feature that smoothly interpolates its position between two geographic locations. Animation settings (duration, easing, and distance threshold) are specified in the constructor, allowing individual features within the same layer to have different animation behaviors.
AnimatedPointLayer
Interfaces
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.