Click or drag to resize

QuantizedMeshTerrainProviderGetNumberOfYTilesAtLevel 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: 24.1.418.0 (24.1.418.0)
Syntax
public static int GetNumberOfYTilesAtLevel(
	int level
)

Parameters

level
Type: SystemInt32
The zoom level.

Return Value

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