Click or drag to resize

QuantizedMeshTerrainProvider.GetNumberOfYTilesAtLevel Method

Gets the number of tiles in the Y direction at a given zoom level.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static int GetNumberOfYTilesAtLevel(
	int level
)

Parameters

level
Type: System.Int32
The zoom level.

Return Value

Type: Int32
The number of tiles in the Y direction.
See Also