Class SKFileTileFetcher
Reads tiles from the local filesystem. No caching — the file IS the source.
public sealed class SKFileTileFetcher : ISKTileFetcher, IDisposable
- Inheritance
-
SKFileTileFetcher
- Implements
- Inherited Members
Remarks
Accepts plain file paths or file:// URIs. Use when tiles are
stored locally (e.g. DZI files packaged with the app or extracted to a temp directory).
Constructors
Methods
- FetchAsync(string, CancellationToken)
Fetches tile data for the given URL. Returns null if unavailable.