fileSize property
The size of the tile cache (tile package, .tpk or .tpkx file) in bytes.
Implementation
int get fileSize {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_EstimateTileCacheSizeResult_getFileSize(
_handle, errorHandler);
});
}