summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-07-17 11:06:27 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-07-17 11:06:27 -0700
commit8d976f1a19ae09e03c5bf45c42906d9b863ba5d3 (patch)
tree57c8cfa73cf4d4e182595ba8103c6642e6c7deda
parentb37a0b6867d730321da59608bf5b75c3f5559c13 (diff)
downloadqtlocation-mapboxgl-8d976f1a19ae09e03c5bf45c42906d9b863ba5d3.tar.gz
[ios] megabytes -> bytes
-rw-r--r--platform/darwin/src/MGLOfflineStorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLOfflineStorage.h b/platform/darwin/src/MGLOfflineStorage.h
index c6a51df80c..622333d1c3 100644
--- a/platform/darwin/src/MGLOfflineStorage.h
+++ b/platform/darwin/src/MGLOfflineStorage.h
@@ -360,7 +360,7 @@ MGL_EXPORT
#pragma mark - Managing Ambient Cache
/**
- Sets the maximum ambient cache size in megabytes. The default maximum cache
+ Sets the maximum ambient cache size in bytes. The default maximum cache
size is 50 MB. To disable ambient caching, set the maximum ambient cache size
to `0`. Setting the maximum ambient cache size does not impact the maximum size
of offline packs.