Skip to content
Guides API

TileCacheSizeEstimate

TileCacheSizeEstimate = object

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

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

fileSizeBytes: number

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

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


tileCount: number

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

Estimated number of tiles in the tile cache.