Interface IAsyncDataFetcher
Namespace: Mapsui.Fetcher
Assembly: Mapsui.dll
Syntax
public interface IAsyncDataFetcher
Methods
| Edit this page 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()
RefreshData(FetchInfo)
Indicates that there has been a change in the view of the map
Declaration
void RefreshData(FetchInfo fetchInfo)
Parameters
Type | Name | Description |
---|---|---|
FetchInfo | fetchInfo | FetchInfo |