selectTiles Method

Selects tiles of appropriate resolution for some purpose like drawing to the screen, producing a shadow map, etc.

selectTiles(args: TileDrawArgs): Tile[]

@note Do not override this method. Implement TileTree._selectTiles.

Parameter Type Description
args TileDrawArgs  

Returns - Tile[]

Defined in

Last Updated: 25 April, 2024