Sdílet prostřednictvím


MapTileIndex(Int32, Int32, Int32) Constructor

Definition

Initializes a new instance of MapTileIndex.

public MapTileIndex (int x, int y, int z);
new Azure.Maps.Rendering.MapTileIndex : int * int * int -> Azure.Maps.Rendering.MapTileIndex
Public Sub New (x As Integer, y As Integer, z As Integer)

Parameters

x
Int32

X coordinate of the tile on zoom grid. Value must be in the range [0, (2^zoom)-1]]. Please see Zoom Levels and Tile Grid for details.

y
Int32

Y coordinate of the tile on zoom grid. Value must be in the range [0, (2^zoom)-1]]. Please see Zoom Levels and Tile Grid for details.

z
Int32

Zoom level for the desired tile. Please see Zoom Levels and Tile Grid for details.

Applies to