indoorgraphs
Last updated
Last updated
Welcome to the indoorgraphs documentation! indoorgraphs is a node package that enables (client-side) routing in your mapping application.
Attribute-based queries (accessible): Graph nodes and edges can be assigned attributes which can then be used to determine accessible routes.
Client-side: What is unique about the routing functionality is that it can be performed client-side rather than server-side using a routing engine. This eliminates the cost and maintenance of running a routing server. The routing graphs can be stored as simple JSON files and retrieved from a web server at runtime.
Quickstart
Use indoorgraphs
Graph Structure
Get to know indoorgraphs
Accessible routing
Use conditions to remove nodes and edges