[]
Initializes a new instance of the MapTileKey struct.
public MapTileKey(int col, int row, int levelOfDetail)
| Type | Name | Description |
|---|---|---|
| int | col | X coordinate (column in layer grid). |
| int | row | Y coordinate (row in layer grid). |
| int | levelOfDetail | Level of detail. |