API / geotoolkit / scene / ViewCache / ViewCache
Type Aliases
Ƭ DebugInfo: Object
debug information
| Name | Type | Description |
|---|---|---|
showborder? | boolean | display tile border flag |
showinvalidarea? | boolean | display tile invalid area |
Ƭ Options: Object
tile width in device coordinates
| Name | Type | Description |
|---|---|---|
async? | boolean | true if actions are performed asynchronously |
keepalive? | boolean | keep alive strategy, keeps tiles alive when rebuild as much as possible |
memorylimit? | number | Upper memory limit in Megabyte, ignored when in Shared mode use TileResourceManager.getInstance().setMemoryLimit() to set memory limit in Shared mode |
mode? | CacheMode | Shared mode by default |
tileheight? | number | tile height in device coordinates |
tilewidth? | number | tile width in device coordinates |