Conditions
Indoorgraphs offers robust condition functionality, allowing you to specify which paths and nodes to exclude when calculating a route.
Example data
To get started, consider the following simple graph consisting of two nodes that are linked to each other:
Simple conditions
The following query removes nodes with a doorWidth of 200:
Query operators
<
less than<=
less than or equal to===
equal too>
greater than>=
greater than or equal to!==
not equal to
Compound AND conditions
OR conditions
Chain conditions
WIP
Last updated