Raster Array Source State
class RasterArraySourceState(val sourceId: String = generateRandomSourceId("raster-array"), initialProperties: List<Triple<String, Boolean, Value>> = emptyList()) : SourceState
A raster array source
See also
Parameters
source Id
The id of the source state, by default a random generated ID will be used.
initial Properties
The initial mutable properties of the source.
Constructors
Types
Functions
Properties
Link copied to clipboard
Link copied to clipboard
This property defines a source-specific resource budget, either in tile units or in megabytes. Whenever the tile cache goes over the defined limit, the least recently used tile will be evicted from the in-memory cache. Note that the current implementation does not take into account resources allocated by the visible tiles.