Skip to content

Commit 6179eca

Browse files
kediarovgithub-actions[bot]
authored andcommitted
Update changelog release v11.16.0 (#7510)
GitOrigin-RevId: 42c027bea665a05a355fa71c891712a1b4a10129
1 parent fe26edc commit 6179eca

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,40 @@ Mapbox welcomes participation and contributions from everyone.
88

99

1010
# 11.16.0 October 21, 2025
11+
12+
## Features ✨ and improvements 🏁
13+
* Add zoom expression support for line-cutout-width property.
14+
* TileStore improvements.
15+
* Update target and compile SDK version to 35
16+
* Added support for `LandmarkIcons` featureset in Mapbox Standard Style. Query and interact with landmark building icons that appear on the map, accessing properties including landmark ID, name, type, and localized names through the `StandardLandmarkIconsFeature` class.
17+
* Enhanced `MapboxStandardStyle()` and `MapboxStandardSatelliteStyle()` Compose functions with comprehensive configuration options:
18+
- **Color customization**: Set custom colors for roads, motorways, water, greenspaces, administrative boundaries, and more
19+
- **Landmark icons**: Control visibility of landmark building icons and labels (`showLandmarkIcons`, `showLandmarkIconLabels`)
20+
- **Point-of-interest styling**: Configure POI label backgrounds, colors, and density
21+
- **Road appearance**: Adjust road brightness, show/hide pedestrian roads and transit networks
22+
- **Administrative boundaries**: Toggle boundary visibility and customize colors
23+
- **3D objects**: Control visibility of buildings, landmarks, and trees with `show3dObjects`
24+
* Expose `LineLayer.lineCutoutFadeWidth` to control route line cutout fade width.
25+
* `com.mapbox.maps.MapboxTracing` was deprecated and moved to package `com.mapbox.common.MapboxTracing`.
26+
1127
## Bug fixes 🐞
1228
* Fix location request leak when setting custom location provider after updating settings
29+
* Fix `ConcurrentModificationException` if `detectors` list was modified in `AndroidGesturesManager` while processing events.
30+
* Fix 3D models disappearing randomly during fast zoom interactions.
31+
* Fix `var` expressions that did not work properly with config expressions.
32+
* Fix cutout disappearing at certain zoom and pitch levels with orthographic camera.
33+
* Fix potential crashes when updating style layer properties.
34+
* Fix incorrect color rendering for gradients and interpolations with zero alpha channel.
35+
* Fix incorrect positioning of map marker annotations, when coordinates do not change.
36+
* Fix incorrect display height for zooming gesture on secondary displays.
37+
* Fix some feature state-related bugs.
38+
* Fix precision issue in hillshade causing terrain with steps.
39+
* Fix incorrect Asset File Source initialization.
40+
* Fix an issue where `MapView#snapshot` listener was invoked twice when the map was not ready.
1341

1442
## Dependencies
1543
* Update gl-native to [v11.16.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.0), common to [v24.16.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.0).
44+
* Update Mapbox Gestures for Android to 0.9.2.
1645

1746

1847
# 11.16.0-rc.2 October 14, 2025

0 commit comments

Comments
 (0)