setMapsIndoorsLanguage function

Future<bool?> setMapsIndoorsLanguage(
  1. String language
)

Sets the SDK's internal language.

By default, the SDK language can be:

  • the solution's default language ([MPSolution.defaultLanguage])
  • the current device language, if the MapsIndoors data isn't available (ie: first app run without network access)

Implementation

Future<bool?> setMapsIndoorsLanguage(String language) =>
    MapsindoorsPlatform.instance.setLanguage(language);