跳到主要内容

flywave-mapview.tile.hasgeometry

Home > @flywave/flywave-mapview > Tile > hasGeometry

Tile.hasGeometry property

MapView checks if this Tile is ready to be rendered while culling.

By default, MapView checks if the [[objects]] list is not empty. However, you can override this check by manually setting this property.

Signature:

get hasGeometry(): boolean;