Interface IFetchStrategy
Namespace: Mapsui.Fetcher
Assembly: Mapsui.dll
Syntax
public interface IFetchStrategy
Methods
| Improve this Doc View SourceGetTilesWanted(ITileSchema, Extent, String)
Declaration
IList<TileInfo> GetTilesWanted(ITileSchema schema, Extent extent, string levelId)
Parameters
Type | Name | Description |
---|---|---|
BruTile.ITileSchema | schema | |
BruTile.Extent | extent | |
System.String | levelId |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<BruTile.TileInfo> |