Search Results for

    Show / Hide Table of Contents

    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
    IProvider.CRS
    IProvider.GetExtent()
    IProvider.GetFeaturesAsync(FetchInfo)
    IDynamic.DataChanged
    IDynamic.DataHasChanged()
    Namespace: Mapsui.Providers
    Assembly: Mapsui.dll
    Syntax
    public interface IDynamicProvider : IProvider, IDynamic

    Extension Methods

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