summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLOfflinePack.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-27 13:41:00 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-27 13:41:29 -0700
commitc6420b1549d9d9d65fa39ed2f456ff15c1093cc8 (patch)
tree46ef67f4c691b9f8b529321dca8fdafbca383de7 /platform/darwin/src/MGLOfflinePack.h
parentb4b693e09f7d765b0aa84df208cf8d70ce381b45 (diff)
downloadqtlocation-mapboxgl-c6420b1549d9d9d65fa39ed2f456ff15c1093cc8.tar.gz
[ios] Updated offline pack tests
Updated the MGLOfflinePackProgress boxing test to test the two new fields. Wordsmithed the documentation a bit. Updated the changelog.
Diffstat (limited to 'platform/darwin/src/MGLOfflinePack.h')
-rw-r--r--platform/darwin/src/MGLOfflinePack.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/platform/darwin/src/MGLOfflinePack.h b/platform/darwin/src/MGLOfflinePack.h
index 4d41e70f76..3d4422da33 100644
--- a/platform/darwin/src/MGLOfflinePack.h
+++ b/platform/darwin/src/MGLOfflinePack.h
@@ -55,12 +55,13 @@ typedef NS_ENUM (NSInteger, MGLOfflinePackState) {
*/
typedef struct MGLOfflinePackProgress {
/**
- The number of resources that have been completely downloaded and are ready
- to use offline.
+ The number of resources, including tiles, that have been completely
+ downloaded and are ready to use offline.
*/
uint64_t countOfResourcesCompleted;
/**
- The cumulative size of the downloaded resources (inclusive of tiles) on disk, measured in bytes.
+ The cumulative size of the downloaded resources on disk, including tiles,
+ measured in bytes.
*/
uint64_t countOfBytesCompleted;
/**