maxTileCacheSize property

num maxTileCacheSize

The maximum number of tiles stored in the tile cache for a given source. If omitted, the cache will be dynamically sized based on the current viewport.

Implementation

num get maxTileCacheSize => jsObject.maxTileCacheSize;