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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,16 @@ Mapbox welcomes participation and contributions from everyone.
5
5
> **16 KB Page Size Support:** Starting with version 11.7.0 and 10.19.0, **NDK 27 is supported** with dedicated artifacts that include [support for 16 KB page sizes](https://developer.android.com/guide/practices/page-sizes). If your app does not require 16 KB page size support, you can keep using our default artifacts without `-ndk27` suffix. For more information about our NDK support, see https://docs.mapbox.com/android/maps/guides/#ndk-support
6
6
7
7
# main
8
+
## Features ✨ and improvements 🏁
9
+
* Added experimental `MapOptions.Builder.scaleFactor()` for scaling icons and texts.
10
+
8
11
## Bug fixes 🐞
9
12
* Fix an issue where `MapView#snapshot` listener was invoked twice when the map was not ready.
10
13
11
14
# 11.16.0-beta.1 September 23, 2025
12
15
13
16
## Features ✨ and improvements 🏁
14
-
* Update target and compile SDK version to 35
15
-
* Added experimental `MapOptions.Builder.scaleFactor()` for scaling icons and texts.
17
+
* Update target and compile SDK version to 35
16
18
* 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
19
* Enhanced `MapboxStandardStyle()` and `MapboxStandardSatelliteStyle()` Compose functions with comprehensive configuration options:
18
20
-**Color customization**: Set custom colors for roads, motorways, water, greenspaces, administrative boundaries, and more
@@ -22,11 +24,14 @@ Mapbox welcomes participation and contributions from everyone.
22
24
-**Administrative boundaries**: Toggle boundary visibility and customize colors
23
25
-**3D objects**: Control visibility of buildings, landmarks, and trees with `show3dObjects`
24
26
* Expose `LineLayer.lineCutoutFadeWidth` to control route line cutout fade width.
27
+
*`com.mapbox.maps.MapboxTracing` was deprecated and moved to package `com.mapbox.common.MapboxTracing`.
25
28
26
29
## Bug fixes 🐞
27
-
* MapboxTracing was deprecated and moved to package com.mapbox.common.
28
-
* Fixed incorrect positioning of map marker annotations, when coordinates do not change.
30
+
* Fix incorrect positioning of map marker annotations, when coordinates do not change.
29
31
* Fix incorrect display height for zooming gesture on secondary displays.
32
+
* Fix some feature state-related bugs.
33
+
* Fix precision issue in hillshade causing terrain with steps.
34
+
* Fix incorrect Asset File Source initialization.
30
35
31
36
## Dependencies
32
37
* Update gl-native to [v11.16.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.0-beta.1), common to [24.16.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.0-beta.1).
@@ -52,6 +57,7 @@ Mapbox welcomes participation and contributions from everyone.
52
57
* Fix frames skipped when calling `mapView.setMaximumFps(..)` multiple times.
53
58
* Allow to create text-field without any text
54
59
* Fix potential data race in mapbox token initialization
60
+
* Fix cronet request cancel due to connect timeout & reduce objects created.
55
61
56
62
## Dependencies
57
63
* Update gl-native to [v11.15.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.15.0), common to [24.15.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.15.0).
0 commit comments