From 03631d05b64a292825684c5e391d36bc9f20766f Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Thu, 26 Mar 2020 17:24:14 +0200 Subject: [PATCH] Add change log entry --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c7faf568c..4b49a697262 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))