Click or drag to resize

GeoTransformTileXYToQuadKey Method

Converts tile XY coordinates into a QuadKey at a specified level of detail.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static string TileXYToQuadKey(
	int tileX,
	int tileY,
	int levelOfDetail
)

Parameters

tileX
Type: SystemInt32
Tile X coordinate.
tileY
Type: SystemInt32
Tile Y coordinate.
levelOfDetail
Type: SystemInt32
Level of detail, from 1 (lowest detail) to 23 (highest detail).

Return Value

Type: String
A string containing the QuadKey.
See Also