Search Results for

    Show / Hide Table of Contents

    Class DataFetcher

    Inheritance
    object
    DataFetcher
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Fetcher
    Assembly: Mapsui.dll
    Syntax
    public sealed class DataFetcher

    Constructors

    | Edit this page View Source

    DataFetcher(Func<IEnumerable<IFetchableSource>>)

    Declaration
    public DataFetcher(Func<IEnumerable<IFetchableSource>> getFetchableSources)
    Parameters
    Type Name Description
    Func<IEnumerable<IFetchableSource>> getFetchableSources

    Methods

    | Edit this page View Source

    ViewportChanged(FetchInfo)

    Declaration
    public void ViewportChanged(FetchInfo fetchInfo)
    Parameters
    Type Name Description
    FetchInfo fetchInfo

    Extension Methods

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