Method GetTileAsync
GetTileAsync(string, CancellationToken)
Returns a tile for the given URL, or null if unavailable (e.g. 404, missing file).
Task<SKImagePyramidTile?> GetTileAsync(string url, CancellationToken ct = default)
Parameters
urlstringThe full URL or file path of the tile image.
ctCancellationTokenCancellation token. Implementations must throw OperationCanceledException when cancelled.