Class TileFetchDispatcher
Inheritance
TileFetchDispatcher
Assembly: Mapsui.Tiling.dll
Syntax
public class TileFetchDispatcher : IFetchDispatcher, INotifyPropertyChanged
Constructors
|
Edit this page
View Source
TileFetchDispatcher(ITileCache<IFeature?>, ITileSchema?, Func<TileInfo, Task<IFeature?>>, IDataFetchStrategy?)
Declaration
public TileFetchDispatcher(ITileCache<IFeature?> tileCache, ITileSchema? tileSchema, Func<TileInfo, Task<IFeature?>> fetchTileAsFeature, IDataFetchStrategy? dataFetchStrategy = null)
Parameters
Properties
|
Edit this page
View Source
Busy
Declaration
public bool Busy { get; }
Property Value
|
Edit this page
View Source
MaxTilesInOneRequest
Declaration
public static int MaxTilesInOneRequest { get; set; }
Property Value
|
Edit this page
View Source
NumberTilesNeeded
Declaration
public int NumberTilesNeeded { get; }
Property Value
Methods
|
Edit this page
View Source
SetViewport(FetchInfo)
Declaration
public void SetViewport(FetchInfo fetchInfo)
Parameters
|
Edit this page
View Source
StartFetching()
Declaration
public void StartFetching()
|
Edit this page
View Source
StopFetching()
Declaration
public void StopFetching()
|
Edit this page
View Source
TryTake(out Func<Task>?)
Declaration
public bool TryTake(out Func<Task>? method)
Parameters
Returns
Events
|
Edit this page
View Source
DataChanged
Declaration
public event DataChangedEventHandler? DataChanged
Event Type
|
Edit this page
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler? PropertyChanged
Event Type
Implements