diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/storage/offline.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mbgl/storage/offline.hpp b/include/mbgl/storage/offline.hpp index f702f47edc..baf43dc5f5 100644 --- a/include/mbgl/storage/offline.hpp +++ b/include/mbgl/storage/offline.hpp @@ -129,6 +129,11 @@ public: uint64_t completedTileCount = 0; /** + * The number of tiles that are known to be required for this region. + */ + uint64_t requiredTileCount = 0; + + /** * The cumulative size, in bytes, of all tiles that have been fully downloaded. * This is a subset of `completedResourceSize`. */ |