XyzTiles.GetTiles

XyzTiles.GetTiles method

Loads tiles by the spatial bounding box and zoom level.

public IEnumerable<WebTile> GetTiles(int zoom, Extent extent)
ParameterTypeDescription
zoomInt32The zoom level for loading tiles. The highest zoom level is 0. Most tile providers have about 22 maximum zoom levels.
extentExtentThe bounding box to load tiles. The Wgs84 spatial reference will be used if it is missed.

Return Value

The web tiles.

See Also