TileCacheSizeEstimate
TileCacheSizeEstimate =
object
Defined in: src/ExpoArcgis.types.ts:2349
Result of offline.estimateTileCacheSize — an estimate of the download footprint.
Properties
Section titled “Properties”fileSizeBytes
Section titled “fileSizeBytes”fileSizeBytes:
number
Defined in: src/ExpoArcgis.types.ts:2351
Estimated on-disk size of the tile cache in bytes.
tileCount
Section titled “tileCount”tileCount:
number
Defined in: src/ExpoArcgis.types.ts:2353
Estimated number of tiles in the tile cache.