Update List
Navigation SDK for iOS V11.2.0001 2026-06-03
Features
- Added Logo language control and overseas package hiding capability for driving, cycling, and walking navigation views.
// AMapNaviDriveView / AMapNaviRideView / AMapNaviWalkView are all supported
driveView.logoLanguage = MALogoLanguageEnglish;
driveView.logoEnable = NO; // Only effective for overseas package- Multilingual configuration for navigation has been unified and migrated to the base library entry point.
[AMapServices sharedServices].regionLanguageType = AMapRegionLanguageTypeEnglish;- Added RTL (Right-to-Left) layout support. Custom views on the left side are automatically mirrored to the right side in RTL mode. The method signature of addLeftCustomViewToNaviDriveView: remains unchanged and requires no additional configuration.