Document Maps SDK for iOS Update List Search SDK

Search SDK

Search SDK for iOS V9.8.0 2026-06-03

Features

  • Search language configuration has been unified and migrated to the base library multilingual management. The setLanguage / getLanguage method signatures remain unchanged.
ServiceSettings.getInstance().setLanguage("en");
String lang = ServiceSettings.getInstance().getLanguage();
  • Search requests intelligently pass language parameters based on language state (aligned with iOS): langCode is not included when no language is set, and is correctly included after being explicitly set.
  • Portuguese language tags have been unified: inputs such as pt-PT and pt-BR are normalized and returned as pt.