Click or drag to resize

QuantizedMeshTerrainProviderFindMostDetailedAvailableTile Method

Find the most detailed tile that is available and which overlaps the given tile coordinates.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public QuantizedMeshTileID FindMostDetailedAvailableTile(
	int level,
	int x,
	int y
)

Parameters

level
Type: SystemInt32
The zoom level.
x
Type: SystemInt32
The X tile coordinate.
y
Type: SystemInt32
The Y tile coordinate.

Return Value

Type: QuantizedMeshTileID
The tile coordinates of the most detailed available tile.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the tile coordinates are invalid.
See Also