Document
Maps SDK for iOS
Update List
3D Map SDK
3D Map SDK
Maps SDK for iOS 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);
Bug Fixes
aMap.addCrossOverlay(crossOverlayOptions);