XyzTiles.GetTiles
XyzTiles.GetTiles method
Loads tiles by the spatial bounding box and zoom level.
public IEnumerable<WebTile> GetTiles(int zoom, Extent extent)
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. |
extent | Extent | The bounding box to load tiles. The Wgs84 spatial reference will be used if it is missed. |
Return Value
The web tiles.
See Also
- class WebTile
- class Extent
- class XyzTiles
- namespace Aspose.Gis.Formats.XyzTile
- assembly Aspose.GIS