Skip to content

Commit

Permalink
Add change log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pozdnyakov committed Apr 20, 2020
1 parent 6857355 commit f513dc9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## master

### ✨ New features

- [core] Introduce Source::setMinimumTileUpdateInterval API ([#16416](https://github.com/mapbox/mapbox-gl-native/pull/16416))

The `Source::setMinimumTileUpdateInterval(Duration)` method sets the minimum tile update interval, which is used to throttle the tile update network requests.

The corresponding `Source::getMinimumTileUpdateInterval()` getter is added too.

Default minimum tile update interval value is `Duration::zero()`.

## maps-v1.6.0-rc.1

### ✨ New features
Expand Down

0 comments on commit f513dc9

Please sign in to comment.