summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-26 17:24:14 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-02 00:46:29 +0300
commit41429d8ed6ceda35159a6b2cc2231401912cb50d (patch)
tree5a020dad4564f763dff230d38d502eb1b32ed311
parent281c2210c42ef81a511438dc86487f2630dfa3c3 (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_get_placed_symbols_data_api.tar.gz
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea36f80cf4..ae242f7c6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,15 @@
The new property sets a limit for how much parent tile can be overscaled.
+- [core][tile mode] Introduce API to collect placed symbols data ([#16339](https://github.com/mapbox/mapbox-gl-native/pull/16339))
+
+ The following methods are added to the `Renderer` class in implemented in the Tile map mode:
+ - `collectPlacedSymbolData()`
+ enables or disables collecting of the placed symbols data
+
+ - `getPlacedSymbolsData()`
+ if collecting of the placed symbols data is enabled, returns the reference to the `PlacedSymbolData` vector holding the collected data.
+
### 🐞 Bug fixes
- [core] Fix assert in gfx resources cleanup ([#16349](https://github.com/mapbox/mapbox-gl-native/pull/16349))