From fe68347abb3752d218d20ab5d7a4f7d9f08618cb 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 18f3379f39f..30c7fa834ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,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))