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 21:54:31 +0300
commitf513dc915bf47c442dacdef2f4dc8ee8391e8baa (patch)
tree46165f572fefa8fb2a16c1f4f4d110283cd9d9eb
parent68573559328d6d84eeee84d642277529f4f2b5e2 (diff)
downloadqtlocation-mapboxgl-f513dc915bf47c442dacdef2f4dc8ee8391e8baa.tar.gz
Add change log entry
-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