v11.14.0-rc.1
Pre-release
Pre-release
Features ✨ and improvements 🏁
- Added
setContentDescription()method toAttributionPluginandAttributionViewinterfaces to programmatically set accessibility content description for the attribution button. - Added
MapView.onResume()which should be called inonResume()of the host activity or fragment to resume the map view ifplugin-lifecycleis not used. - Improved zoom animation performance by preloading target tiles and reducing unnecessary intermediate tile processing, resulting in smoother camera transitions and reduced frame rate drops.
Bug fixes 🐞
- Fix exception when accessing enum properties in annotations.
- Fix an issue where instant animation might not have been executed in case of launching multiple animations within a single frame.
- Fix potential data race in Mapbox token initialization
- Minor fixes in
TileStoreservice - Fixed an issue where View Annotations would disappear when rotating and tilting the
MapViewwithallowOverlapWithPuck=falsedue to incorrect intersection calculations with off-screen location pucks.
Dependencies
- Update gl-native to v11.14.0-rc.1 and common to 24.14.0-rc.1.