Skip to main content

getChunkLods

Fetches only the requested level-of-detail (LOD) meshes for one chunk, identified by app id and coordinates. Returns null if the chunk does not exist. Cheaper than getChunk when you only need LODs. Requires a valid bearer token; app-scoped tokens are limited to their own app. Read-only.

getChunkLods(
input: GetChunkLodsInput!
): ChunkLodsResponse

Arguments

getChunkLods.input ● GetChunkLodsInput! non-null input

Type

ChunkLodsResponse object

Result of getChunkLods: identifying info for a chunk plus the LOD levels that were requested.