diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2020-03-26 17:24:14 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2020-04-02 11:50:52 +0300 |
commit | 7d26a16489bd763a1bb0aa63a841369b3634fba0 (patch) | |
tree | 5a020dad4564f763dff230d38d502eb1b32ed311 | |
parent | 57cd47b2fc9d74a18e5c72b08feb352079f8e6ca (diff) | |
download | qtlocation-mapboxgl-7d26a16489bd763a1bb0aa63a841369b3634fba0.tar.gz |
Add change log entry
-rw-r--r-- | CHANGELOG.md | 9 |
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)) |