Interface IDynamicProvider
A provider that actively notifies consumers when its data has changed. Combines IProvider (data retrieval) with IDynamic (change notification) so that layers can subscribe to updates without needing to poll.
Inherited Members
Namespace: Mapsui.Providers
Assembly: Mapsui.dll
Syntax
public interface IDynamicProvider : IProvider, IDynamic