Class FetchTracker
Assembly: Mapsui.Tiling.dll
Syntax
public class FetchTracker
Fields
|
Edit this page
View Source
DefaultTilesToCoverViewportCount
Declaration
public static int DefaultTilesToCoverViewportCount
Field Value
Properties
|
Edit this page
View Source
MaxTilesInOneRequest
Declaration
public static int MaxTilesInOneRequest { get; set; }
Property Value
Methods
|
Edit this page
View Source
Clear()
Declaration
|
Edit this page
View Source
FetchDone(TileIndex)
Declaration
public void FetchDone(TileIndex index)
Parameters
| Type |
Name |
Description |
| TileIndex |
index |
|
|
Edit this page
View Source
FetchFailed(TileIndex)
Declaration
public void FetchFailed(TileIndex index)
Parameters
| Type |
Name |
Description |
| TileIndex |
index |
|
|
Edit this page
View Source
IsDone()
Declaration
Returns
|
Edit this page
View Source
TryTake(out TileInfo?, int)
Declaration
public bool TryTake(out TileInfo? tileInfo, int maxInProgress)
Parameters
| Type |
Name |
Description |
| TileInfo |
tileInfo |
|
| int |
maxInProgress |
|
Returns
|
Edit this page
View Source
Update(FetchInfo, ITileSchema, IDataFetchStrategy, ITileCache<IFeature?>)
Declaration
public int Update(FetchInfo fetchInfo, ITileSchema tileSchema, IDataFetchStrategy dataFetchStrategy, ITileCache<IFeature?> tileCache)
Parameters
Returns
Extension Methods