summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-20 19:10:46 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-20 19:10:46 +0300
commit0c4cbaa361f8bcd2a7a425a5c937dc863a8d0a12 (patch)
tree46165f572fefa8fb2a16c1f4f4d110283cd9d9eb
parent8e6c01aef3b0df40ede503869a6f12f6601eefa5 (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_source_min_tile_update_interval.tar.gz
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf6107519c..8f81d852bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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