meetsScreenSpaceError MethodProtected
Returns true if this tile is of at least high enough resolution to be displayed, per the supplied TileDrawArgs; or false if a higher-resolution tile should be substituted for it. This method is called by computeVisibility if the tile has passed all culling checks.
meetsScreenSpaceError(args: TileDrawArgs): boolean
| Parameter | Type | Description |
|---|---|---|
| args | TileDrawArgs |
Returns - boolean
Defined in
- core/frontend/src/tile/Tile.ts Line 459
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.