Combine Graphs
Graphs can be combined into a single graph. This can be particularly useful when you have graphs for different floors or when you want to merge a graph for an outdoor area with one for an indoor area.
const graph = new IndoorGraphs(data);
Last updated