Table of Contents

Method GetFullTileUrl

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

GetFullTileUrl(int, int, int)

Gets the full URL for a specific tile. Returns null if the source cannot resolve the URL (e.g., not yet loaded).

string? GetFullTileUrl(int level, int col, int row)

Parameters

level int
col int
row int

Returns

string