XyzTiles.GetTile
XyzTiles.GetTile method
Loads the specified tile.
public WebTile GetTile(int zoom, int x, int y)
Parameter | Type | Description |
---|---|---|
zoom | Int32 | The zoom level for loading tiles. The highest zoom level is 0. Most tile providers have about 22 maximum zoom levels. |
x | Int32 | An x-column of a tile. |
y | Int32 | A y-row of a tile. |
Return Value
The web tile.
See Also
- class WebTile
- class XyzTiles
- namespace Aspose.Gis.Formats.XyzTile
- assembly Aspose.GIS