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-03-31 00:33:02 +0300
commit7110ed4d08e6d001612ee003d898e2d944aa2b32 (patch)
treee5202193f24d5659e46752979656d98f3e5e63c0
parent498cbc7203b3ebda98477a7aef74b23305034cc5 (diff)
downloadqtlocation-mapboxgl-7110ed4d08e6d001612ee003d898e2d944aa2b32.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 76c7faf568..4b49a69726 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,16 @@
- [android] Expose getLayer, getSource and Observer interface for snapshotter ([#16338](https://github.com/mapbox/mapbox-gl-native/pull/16338))
+- [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] Use `TileCoordinates` instead of `LngLat` for `within` expression calculation ([#16319](https://github.com/mapbox/mapbox-gl-native/pull/16319))