Interface IAsyncDataFetcher
Namespace: Mapsui.Fetcher
Assembly: Mapsui.dll
Syntax
public interface IAsyncDataFetcher
Methods
| Improve this Doc View SourceAbortFetch()
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()
ClearCache()
Clear cache of layer
Declaration
void ClearCache()