ArcGIS Runtime SDK for iOS: AGSEstimateTileCacheSizeResult Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSEstimateTileCacheSizeResult Class Reference

Description

Size estimate of a tile cache requested by AGSExportTileCacheTask.

Instances of this class hold the size estimate about a tile cache requested by the estimateTileCacheSizeJobWithParameters: (AGSExportTileCacheTask) operation.

Since
100
Inheritance diagram for AGSEstimateTileCacheSizeResult:
AGSObject

Properties

unsigned long long fileSize
 
NSInteger tileCount
 

Property Documentation

◆ fileSize

- (unsigned long long) fileSize
readnonatomicassign

The size of the tile cache (tile pacakge, .tpk or .tpkx file) in bytes.

Since
100

◆ tileCount

- (NSInteger) tileCount
readnonatomicassign

The number of tiles in the tile cache.

Since
100