Skip to main content

flywave-mapview.tile.updateboundingbox

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

Tile.updateBoundingBox() method

Updates the tile's world bounding box.

Signature:

protected updateBoundingBox(newBoundingBox?: OrientedBox3): void;

Parameters

Parameter

Type

Description

newBoundingBox

OrientedBox3

(Optional) The new bounding box to set. If undefined, the bounding box will be computed by projecting the tile's geoBox.

Returns:



void