跳到主要内容

flywave-mapview.datasourcetilelist.visibletiles

Home > @flywave/flywave-mapview > DataSourceTileList > visibleTiles

DataSourceTileList.visibleTiles property

List of tiles we want to render (i.e. the tiles computed from the zoom level and view frustum). However some might not be renderable yet (e.g. loading). See [[renderedTiles]] for the actual list of tiles that the user will see.

Signature:

visibleTiles: Tile[];