TileCacheSizeEstimate
TileCacheSizeEstimate =
object
Defined in: src/ExpoArcgis.types.ts:1895
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:1897
Estimated on-disk size of the tile cache in bytes.
tileCount
Section titled “tileCount”tileCount:
number
Defined in: src/ExpoArcgis.types.ts:1899
Estimated number of tiles in the tile cache.