Skip to content
Guides API

TileCacheSizeEstimate

TileCacheSizeEstimate = object

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

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

fileSizeBytes: number

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

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


tileCount: number

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

Estimated number of tiles in the tile cache.