Table of Contents

Interface ISKImagePyramidTileProvider

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

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:

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).