Skip to content

Commit

Permalink
refactor: run yarn generate
Browse files Browse the repository at this point in the history
  • Loading branch information
lisabaut committed Oct 13, 2021
1 parent 2b18f83 commit a257ddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/OfflineManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ await MapboxGL.offlineManager.mergeOfflineRegions(path);

#### setTileCountLimit(limit)

Sets the maximum number of Mapbox-hosted tiles that may be downloaded and stored on the current device.<br/>The Mapbox Terms of Service prohibits changing or bypassing this limit without permission from Mapbox.
Sets the maximum number of Mapbox-hosted tiles that may be downloaded and stored on the current device.<br/>The Mapbox Terms of Service prohibit changing or bypassing this limit without permission from Mapbox.

##### arguments
| Name | Type | Required | Description |
Expand All @@ -193,7 +193,7 @@ MapboxGL.offlineManager.setTileCountLimit(1000);

#### setProgressEventThrottle(throttleValue)

Sets the value at which download status events will be sent over the React Native bridge.<br/>These events happening very very fast default is 500ms.
Sets the period at which download status events will be sent over the React Native bridge.<br/>The default is 500ms.

##### arguments
| Name | Type | Required | Description |
Expand All @@ -203,7 +203,7 @@ Sets the value at which download status events will be sent over the React Nativ


```javascript
MapboxGL.setProgressEventThrottle(500);
MapboxGL.offlineManager.setProgressEventThrottle(500);
```


Expand Down

0 comments on commit a257ddb

Please sign in to comment.