Method FetchAsync
FetchAsync(string, CancellationToken)
Fetches tile data for the given URL. Returns null if unavailable.
Task<SKImagePyramidTileData?> FetchAsync(string url, CancellationToken ct = default)
Parameters
urlstringThe full URL or path of the tile image.
ctCancellationTokenCancellation token.