Class SKCompositeTileFetcher
Tries multiple fetchers in order, returning the first non-null result. Use for hybrid scenarios (e.g. app package first, HTTP fallback).
public sealed class SKCompositeTileFetcher : ISKTileFetcher, IDisposable
- Inheritance
-
SKCompositeTileFetcher
- Implements
- Inherited Members
Constructors
- SKCompositeTileFetcher(params ISKTileFetcher[])
Creates a composite fetcher that tries each fetcher in order.
Methods
- FetchAsync(string, CancellationToken)
Fetches tile data for the given URL. Returns null if unavailable.