android-v10.0.0-rc.9
Pre-release
Pre-release
·
2079 commits
to main
since this release
10.0.0-rc.9 September 22, 2021
The Mapbox Maps SDK for Android has moved to release candidate status and is now ready for production use.
Features ✨ and improvements 🏁
- Fix documentation for
OnMapIdleListenerandCameraChangeListeners. (#645) - Add support for
SymbolZOrderproperty in PointAnnotationManager. (#638) - Add support for
PromoteIdto be used with Feature State API. (#636) - Expose
optimizeForTerrainflag that could be applied to theMapViewin xml. (#654) - Enable instant transitions for data driven symbol layer properties. (#646)
Bug fixes 🐞
OnStyleLoaded/OnMapLoadedcallbacks are invoked even if hosting fragment/activity is in stopped state. (#629)- Fix drag annotation blink when drag ends. (#639)
- Apply annotation manager properties to the drag layer to keep annotations the same while dragging. (#640)
- Fix point annotation updating all same content bitmaps instead of one particular. (#633)
- Fix
MapboxMap#getStylereturning null after adding a new source when style was loaded before. (#643) - Allow setting null explicitly to annotation nullable properties. (#650)
- Fix
std::exceptionhapping rarely whenMapboxMap#setCamera()is called inside animation plugin. (#652) - Fix memory leak in renderer destroy. (#657)
- Fix transition between layers with all constant properties. (#646)
- Fix rendering artifact for a line layer, when its
line-gradientproperty is set at runtime. (#646) - Don't draw SDF images in
text-fieldand issue warning for it. (#646) - Fix incorrect return from StyleManager#getStyleLayerPropertyDefaultValue for
text-field, now the default value is set to["format", "" , {}]. (#646)
Dependencies
- Bump gl-native to 10.0.0-rc.9, common to 19.0.0. (#646)