Interface ISKImagePyramidTileProvider
Returns decoded tiles to the controller. How the tile is obtained (cache, network, filesystem) is an implementation detail.
public interface ISKImagePyramidTileProvider : IDisposable
- Inherited Members
Remarks
Built-in implementations:
- SKTieredTileProvider — composes a fetcher and optional persistent cache.
Custom implementations are supported by implementing this interface directly.
Methods
- GetTileAsync(string, CancellationToken)
Returns a tile for the given URL, or null if unavailable (e.g. 404, missing file).