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

Commit

Permalink
[docs] [ios] update offline to reflect billing changes (#15518)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
chloekraw authored Aug 28, 2019
1 parent de6ef22 commit 2afda96
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion platform/darwin/src/MGLOfflineStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@ 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 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.
Expand Down Expand Up @@ -339,7 +345,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
Expand Down

0 comments on commit 2afda96

Please sign in to comment.