Size estimate of a tile cache requested by ExportTileCacheTask. More...
| Header | #include <Estimate |
| Since | Esri |
| Inherits | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ |
| quint64 | file |
| int | tile |
Detailed Description
This class holds the size estimate about a tile cache requested by the ExportTileCacheTask::estimateTileCacheSize function.
Member Function Documentation
[override virtual] EstimateTileCacheSizeResult::~EstimateTileCacheSizeResult ()
Destructor.
quint64 EstimateTileCacheSizeResult::fileSize () const
Returns the size of the tile cache (tile pacakge, .TPK file) in bytes.
int EstimateTileCacheSizeResult::tileCount () const
Returns the number of tiles in the tile cache.