Search Results for

    Show / Hide Table of Contents

    Interface IAsyncDataFetcher

    Namespace: Mapsui.Fetcher
    Assembly: Mapsui.dll
    Syntax
    public interface IAsyncDataFetcher

    Methods

    | Edit this page View Source

    AbortFetch()

    Aborts the tile fetches that are in progress. If this method is not called the threads will terminate naturally. It will just take a little longer.

    Declaration
    void AbortFetch()
    | Edit this page View Source

    ClearCache()

    Clear cache of layer

    Declaration
    void ClearCache()
    | Edit this page View Source

    RefreshData(FetchInfo, Action<Func<Task>>)

    Indicates that there has been a change in the view of the map

    Declaration
    void RefreshData(FetchInfo fetchInfo, Action<Func<Task>> enqueueFetch)
    Parameters
    Type Name Description
    FetchInfo fetchInfo

    FetchInfo

    Action<Func<Task>> enqueueFetch

    Extension Methods

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