summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Krawczyk <chloe.krawczyk@mapbox.com>2019-08-28 15:55:53 -0700
committerGitHub <noreply@github.com>2019-08-28 15:55:53 -0700
commit469dfb99ddd39b95f2a343d846d9d2859f1bf1d4 (patch)
treeee276a1cfa0e062c34b86a58e151ce3f34adf2ec
parentc2f2c9d5b32d10862834d38bbbd8bcb870abc4c6 (diff)
downloadqtlocation-mapboxgl-upstream/ios-offline-docs.tar.gz
Update MGLOfflineStorage.hupstream/ios-offline-docs
maintain consistency with docs on `@interface MGLOfflineStorage` https://docs.mapbox.com/ios/api/maps/5.3.0-beta.1/Classes/MGLOfflineStorage.html#/Adding%20Contents%20of%20File
-rw-r--r--platform/darwin/src/MGLOfflineStorage.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/platform/darwin/src/MGLOfflineStorage.h b/platform/darwin/src/MGLOfflineStorage.h
index 786c14cdc1..c94a0b1163 100644
--- a/platform/darwin/src/MGLOfflineStorage.h
+++ b/platform/darwin/src/MGLOfflineStorage.h
@@ -262,9 +262,10 @@ MGL_EXPORT
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.
+ exempt from billing on mobile. Developers are subject to separate Vector Tile
+ and Raster Tile API pricing for offline use. See
+ <a href="https://www.mapbox.com/pricing/">our pricing page</a> for more
+ information.
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.