Document Navigation SDK for iOS Update List

Update List

Navigation SDK for iOS V11.2.1001 2026-08-07

Features

  • Added the ability to mute navigation voice announcements
  • Added a routing API for e-bikes (electric bicycles) with waypoints
  • Added "descending a pedestrian overpass" and "exiting an underground passage" types for cycling and walking turn icons
  • Added the ability to scale the size of the map logo
  • Adjusted the custom voice announcement (TTS) capability
  • Fixed known issues

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.