Table of Contents

Method GetTileAsync

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

GetTileAsync(string, CancellationToken)

Returns a tile for the given URL, or null if unavailable (e.g. 404, missing file).

public Task<SKImagePyramidTile?> GetTileAsync(string url, CancellationToken ct = default)

Parameters

url string

The full URL or file path of the tile image.

ct CancellationToken

Cancellation token. Implementations must throw OperationCanceledException when cancelled.

Returns

Task<SKImagePyramidTile>