Class XyzTiles

XyzTiles class

A XyzTiles provide access to XyzTile objects.

public sealed class XyzTiles : WebTiles

Constructors

NameDescription
XyzTiles(XyzConnection)Create an instance of XyzTiles.

Methods

NameDescription
override Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
GetTile(int, int, int)Loads the specified tile.
GetTiles(int, Extent)Loads tiles by the spatial bounding box and zoom level.

See Also