[]
Represents the tile identifier.
public struct MapTileKey
| Name | Description |
|---|---|
| MapTileKey(int, int, int) | Initializes a new instance of the MapTileKey struct. |
| 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). |
| Name | Description |
|---|---|
| Equals(object) | Indicates whether this instance and a specified object are equal. |
| GetHashCode() | Returns the hash code for this instance. |
| 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. |
| Name | Description |
|---|---|
| operator ==(MapTileKey, MapTileKey) | Equality operator implementation. |
| operator !=(MapTileKey, MapTileKey) | Inequality operator implementation. |