3D Map SDK
Maps SDK for Android V11.2.0001 2026-06-03
Features
- Added Map Logo language control with support for switching between Chinese and English. The default Logo is protected from being overridden by cloud control when English Logo is enabled.
// Method 1: Global setting during initialization
MapsInitializer.setLogoLanguage(AMap.ENGLISH);
// Method 2: Individual setting per map instance
aMap.setLogoLanguage(AMap.CHINESE);
// Get current global setting
String lang = MapsInitializer.getLogoLanguage();- Scale bar and map controls support RTL (Right-to-Left) layout. API signatures remain compatible with no additional adaptation required.
- Online custom map style request version upgraded. Usage remains unchanged.
aMap.setCustomMapStyle(customMapStyleOptions);- Map rendering engine upgraded for improved data and performance experience.
Bug Fixes
Fixed an occasional gray screen issue with CrossOverlay during continuous scene switching. Related API signatures remain unchanged.
aMap.addCrossOverlay(crossOverlayOptions);