Switching Solutions
Some larger organisations may have not just multiple Venues, but also multiple Solutions in the MapsIndoors system. Therefore, it is naturally important to be able to switch between them.
At it's core, this is done simply by switching out the API key and reloading the system. However, there are a few more steps that can be done to ensure smooth transition between Solutions.
Starting a Solution
When you load your initial Solution, it's beneficial to initialize MapsIndoors properly, to ensure it's easy to switch Solutions later if needed.
Switching Solutions
To switch Solutions you just set up MapsIndoors with a new MapsIndoors API key by calling setupMapsIndoors
with your new desired API key.
We recommend creating your own function to call in the future for this purpose, like the example here with switchSolution()
:
Last updated
Was this helpful?