XyzTiles.GetTile

XyzTiles.GetTile method

Loads the specified tile.

public WebTile GetTile(int zoom, int x, int y)
ParameterTypeDescription
zoomInt32The zoom level for loading tiles. The highest zoom level is 0. Most tile providers have about 22 maximum zoom levels.
xInt32An x-column of a tile.
yInt32A y-row of a tile.

Return Value

The web tile.

See Also