跳到主要内容

flywave-mapview.tile.shoulddisposeobjectgeometry

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

Tile.shouldDisposeObjectGeometry() method

Called when the default implementation of dispose() needs to free the geometry of a Tile object.

Signature:

shouldDisposeObjectGeometry(object: TileObject): boolean;

Parameters

Parameter

Type

Description

object

TileObject

The object that references the geometry.

Returns:



boolean

`true` if the geometry can be disposed.