MapTileIndex(Int32, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET