Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 2afda96

Browse files
authored
[docs] [ios] update offline to reflect billing changes (#15518)
* [docs] [ios] update offline to reflect billing changes fix linebreaks 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
1 parent de6ef22 commit 2afda96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

platform/darwin/src/MGLOfflineStorage.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,12 @@ MGL_EXPORT
260260
/**
261261
Creates and registers an offline pack that downloads the resources needed to
262262
use the given region offline.
263+
264+
As of version 5.3 of the Maps SDK for iOS, offline tile requests are no longer
265+
exempt from billing on mobile. Developers are subject to separate Vector Tile
266+
and Raster Tile API pricing for offline use. See
267+
<a href="https://www.mapbox.com/pricing/">our pricing page</a> for more
268+
information.
263269
264270
The resulting pack is added to the shared offline storage object’s `packs`
265271
property, then the `completion` block is executed with that pack passed in.
@@ -339,7 +345,7 @@ MGL_EXPORT
339345

340346
/**
341347
Sets the maximum number of Mapbox-hosted tiles that may be downloaded and
342-
stored on the current device.
348+
stored on the current device. By default, the limit is set to 6,000.
343349
344350
Once this limit is reached, an
345351
`MGLOfflinePackMaximumMapboxTilesReachedNotification` is posted for every

0 commit comments

Comments
 (0)