Class

AppConfigService

mapsindoors.services.AppConfigService

Service for retrieving app related configurations.

Methods

# async static getConfig() → {Promise.<AppConfig>}

Retrieves the app configuration for the current API key and language.

Promise.<AppConfig>
Example
mapsindoors.services.AppConfigService.getConfig().then(config => { ... });