Methods # async static getConfig() → {Promise.<AppConfig>} Retrieves the app configuration for the current API key and language. Returns: Type: Promise.<AppConfig> Example mapsindoors.services.AppConfigService.getConfig().then(config => { ... });