You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,40 @@ Mapbox welcomes participation and contributions from everyone.
8
8
9
9
10
10
# 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
-**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
+
11
27
## Bug fixes 🐞
12
28
* 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.
13
41
14
42
## Dependencies
15
43
* 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).
0 commit comments