ArcGIS Runtime SDK for iOS
100.15
|
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.
Properties | |
unsigned long long | fileSize |
NSInteger | tileCount |
|
readnonatomicassign |
The size of the tile cache (tile pacakge, .tpk or .tpkx file) in bytes.
|
readnonatomicassign |
The number of tiles in the tile cache.