Sdílet prostřednictvím


MapTileIndex Class

Definition

Parameter group.

public class MapTileIndex
type MapTileIndex = class
Public Class MapTileIndex
Inheritance
MapTileIndex

Constructors

MapTileIndex(Int32, Int32, Int32)

Initializes a new instance of MapTileIndex.

Properties

X

X coordinate of the tile on zoom grid. Value must be in the range [0, 2<sup>zoom</sup> -1].

Please see Zoom Levels and Tile Grid for details.

Y

Y coordinate of the tile on zoom grid. Value must be in the range [0, 2<sup>zoom</sup> -1].

Please see Zoom Levels and Tile Grid for details.

Z

Zoom level for the desired tile.

Please see Zoom Levels and Tile Grid for details.

Applies to