Interface IDataFetchStrategy
Namespace: Mapsui.Tiling.Fetcher
Assembly: Mapsui.Tiling.dll
Syntax
public interface IDataFetchStrategy
Methods
| Edit this page View SourceGet(ITileSchema, Extent, int)
Fetches the tiles from the data source to put them into the cache. A strategy could pre-fetch certain tiles to anticipate future use.
Declaration
IList<TileInfo> Get(ITileSchema schema, Extent extent, int level)
Parameters
| Type | Name | Description |
|---|---|---|
| ITileSchema | schema | |
| Extent | extent | |
| int | level |
Returns
| Type | Description |
|---|---|
| IList<TileInfo> |