Skip to main content

flywave-mapview.tileresourceinfo

Home > @flywave/flywave-mapview > TileResourceInfo

TileResourceInfo interface

Simple information about resource usage by the Tile.

Signature:

export interface TileResourceInfo 

Remarks

Heap and GPU information are estimations.

Properties

Property

Modifiers

Type

Description

gpuSize

number

Estimated number of bytes used on the GPU.

heapSize

number

Estimated number of bytes used on the heap.

num3dObjects

number

Number of [[THREE.Object3D]] in this tile.

numTextElements

number

Number of s in this tile.

numUserTextElements

number