Constructor SKHttpTileFetcher
SKHttpTileFetcher(HttpClient?)
Creates an HTTP tile fetcher.
public SKHttpTileFetcher(HttpClient? httpClient = null)
Parameters
httpClientHttpClientOptional HttpClient. If null, an internal client is created and disposed with this instance.