Skip to content

TileCacheSizeEstimate

TileCacheSizeEstimate = object

Defined in: src/ExpoArcgis.types.ts:1816

Result of offline.estimateTileCacheSize — an estimate of the download footprint.

fileSize: number

Defined in: src/ExpoArcgis.types.ts:1818

Estimated on-disk size of the tile cache in bytes.


tileCount: number

Defined in: src/ExpoArcgis.types.ts:1820

Estimated number of tiles in the tile cache.