MapTileKey Structure Members
In This Topic
The following tables list the members exposed by MapTileKey.
Public Constructors
Public Fields
| Name | Description |
 | Col | Gets the X coordinate (column in layer grid). |
 | LevelOfDetail | Gets the level of detail. |
 | Row | Gets the Y coordinate (row in layer grid). |
Top
Public Methods
| Name | Description |
 | ToQuadKey | Calculates the quad key (unique identifier) for the provided x, y, and level of detail values. |
 | ToWorldPos | Gets the tile's center latitude and longitude. |
Top
Public Operators
See Also