Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VisibleTileSetOptions

Limited set of MapViewOptions used for VisibleTileSet.

Hierarchy

  • VisibleTileSetOptions

Index

Properties

clipPlanesEvaluator

clipPlanesEvaluator: ClipPlanesEvaluator

User-defined camera clipping planes evaluator.

extendedFrustumCulling

extendedFrustumCulling: boolean

In addition to the simple frustum culling also do additional checks with MapTileCuller.

maxTilesPerFrame

maxTilesPerFrame: number

Maximal number of new tiles, that can be added to the scene per frame. if set to 0the limit will be ignored and all available tiles be uploaded.

beta
internal
defaultvalue

0

maxVisibleDataSourceTiles

maxVisibleDataSourceTiles: number

Limit of tiles that can be visible per datasource.

projection

projection: Projection

The projection of the view.

quadTreeSearchDistanceDown

quadTreeSearchDistanceDown: number

Number of levels to go down when searching for fallback tiles.

quadTreeSearchDistanceUp

quadTreeSearchDistanceUp: number

Number of levels to go up when searching for fallback tiles.

resourceComputationType

resourceComputationType: ResourceComputationType

Missing Typedoc

tileCacheSize

tileCacheSize: number

Missing Typedoc

Generated using TypeDoc