Releases: mapbox/mapbox-maps-android
v11.16.0-rc.2
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. 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
Features ✨ and improvements 🏁
- Add zoom expression support for line-cutout-width property.
- TileStore improvements.
Bug fixes 🐞
- Fix
ConcurrentModificationException
ifdetectors
list was modified inAndroidGesturesManager
while processing events. - Fix 3D models disappearing randomly during fast zoom interactions.
Dependencies
- Update gl-native to v11.16.0-rc.2, common to v24.16.0-rc.2.
- Update Mapbox Gestures for Android to 0.9.2.
v11.15.3
v11.14.8
v10.19.1
10.19.1 October 08, 2025
Bug fixes 🐞
- Fixed map clicks being blocked by annotation managers with no click listeners
v11.16.0-rc.1
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. 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
Features ✨ and improvements 🏁
- Mark tile import APIs as experimental.
Bug fixes 🐞
- Fix
var
expressions that did not work properly with config expressions. - Fix cutout disappearing at certain zoom and pitch levels with orthographic camera.
- Fix potential crashes when updating style layer properties.
Dependencies
- Update gl-native to v11.16.0-rc.1, common to v24.16.0-rc.1.
v11.15.2
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. 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
Features ✨ and improvements 🏁
- Reduce number of allocations for network requests.
Dependencies
v11.14.7
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. 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
Dependencies
v11.15.1
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. 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
Features ✨ and improvements 🏁
- Rewrite OpenGL Buffer Management for Performance
Dependencies
v11.16.0-beta.1
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. 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
Features ✨ and improvements 🏁
- Update target and compile SDK version to 35
- 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 theStandardLandmarkIconsFeature
class. - Enhanced
MapboxStandardStyle()
andMapboxStandardSatelliteStyle()
Compose functions with comprehensive configuration options:- Color customization: Set custom colors for roads, motorways, water, greenspaces, administrative boundaries, and more
- Landmark icons: Control visibility of landmark building icons and labels (
showLandmarkIcons
,showLandmarkIconLabels
) - Point-of-interest styling: Configure POI label backgrounds, colors, and density
- Road appearance: Adjust road brightness, show/hide pedestrian roads and transit networks
- Administrative boundaries: Toggle boundary visibility and customize colors
- 3D objects: Control visibility of buildings, landmarks, and trees with
show3dObjects
- Expose
LineLayer.lineCutoutFadeWidth
to control route line cutout fade width. com.mapbox.maps.MapboxTracing
was deprecated and moved to packagecom.mapbox.common.MapboxTracing
.
Bug fixes 🐞
- Fix incorrect color rendering for gradients and interpolations with zero alpha channel.
- Fix incorrect positioning of map marker annotations, when coordinates do not change.
- Fix incorrect display height for zooming gesture on secondary displays.
- Fix some feature state-related bugs.
- Fix precision issue in hillshade causing terrain with steps.
- Fix incorrect Asset File Source initialization.
Dependencies
- Update gl-native to v11.16.0-beta.1, common to 24.16.0-beta.1.