Table of Contents

Constructor SKHttpTileFetcher

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKHttpTileFetcher(HttpClient?)

Creates an HTTP tile fetcher.

public SKHttpTileFetcher(HttpClient? httpClient = null)

Parameters

httpClient HttpClient

Optional HttpClient. If null, an internal client is created and disposed with this instance.