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 SourceUpdateAnimation()
Advances the feature's interpolated position based on elapsed time.
Declaration
bool UpdateAnimation()
Returns
| Type | Description |
|---|---|
| bool |
|