Table of Contents

Method FetchAsync

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

FetchAsync(string, CancellationToken)

Fetches tile data for the given URL. Returns null if unavailable.

Task<SKImagePyramidTileData?> FetchAsync(string url, CancellationToken ct = default)

Parameters

url string

The full URL or path of the tile image.

ct CancellationToken

Cancellation token.

Returns

Task<SKImagePyramidTileData>