summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Krawczyk <chloe.krawczyk@mapbox.com>2019-08-28 15:23:27 -0700
committerGitHub <noreply@github.com>2019-08-28 15:23:27 -0700
commit4b0396aff2ee7a7194872fd957f930f2ae6f26df (patch)
tree9de822ac969dcd38be2bc59710e5e037941c796d
parentde6ef2297f0e3675bc403c6fc8ebd8f53dd87b45 (diff)
downloadqtlocation-mapboxgl-4b0396aff2ee7a7194872fd957f930f2ae6f26df.tar.gz
[docs] [ios] update offline to reflect billing changes
-rw-r--r--platform/darwin/src/MGLOfflineStorage.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLOfflineStorage.h b/platform/darwin/src/MGLOfflineStorage.h
index d093bb938a..92073fb775 100644
--- a/platform/darwin/src/MGLOfflineStorage.h
+++ b/platform/darwin/src/MGLOfflineStorage.h
@@ -260,6 +260,10 @@ MGL_EXPORT
/**
Creates and registers an offline pack that downloads the resources needed to
use the given region offline.
+
+ As of version 5.3 of the Maps SDK for iOS, offline tile requests are no longer exempt
+ from billing on mobile. Developers are billed per vector or raster tile API request above
+ the free tier for offline use. For more information, see the <a href="https://www.mapbox.com/pricing/">Pricing</a> page.
The resulting pack is added to the shared offline storage object’s `packs`
property, then the `completion` block is executed with that pack passed in.
@@ -339,7 +343,7 @@ MGL_EXPORT
/**
Sets the maximum number of Mapbox-hosted tiles that may be downloaded and
- stored on the current device.
+ stored on the current device. By default, the limit is set to 6,000.
Once this limit is reached, an
`MGLOfflinePackMaximumMapboxTilesReachedNotification` is posted for every