Document Location SDK for iOS Update List

Update List

Location SDK for iOS V2.12.1 2026-06-03

Features

  • Added country/region code configuration support.
AMapLocationClient.updateCountryCode("DE");   // Set to Germany
AMapLocationClient.updateCountryCode("SG");   // Set to Singapore
  • Location multilingual region strategy is now linked with the unified multilingual settings in the base library.
locationOption.setGeoLanguage(AMapLocationClientOption.GeoLanguage.DEFAULT);
  • Added Germany data center configuration. After setting the country code to Germany (DE), requests are automatically routed to the local data center with no additional interface required. Triggered by updateCountryCode.