Routing semantics
Indoor navigation on Waylocate maps uses a routing graph derived from the campus schema topology.
Traversability
| Opening type | Same-floor | Cross-floor |
|---|---|---|
DOOR | Yes | No |
OPEN_PASSAGE | Yes | No |
WINDOW | No (visibility only) | No |
PORTAL | Via Portal record | Yes |
Cells and routing
Route through leaf cells (cells with no virtual children), not structural container cells.
Separators partition foundational rooms into virtual sub-cells; each leaf cell is an authoritative routing unit.
Blended routing
Campus navigation combines indoor graph routing with outdoor segments where buildings connect via GPS or pin endpoints. Embed protocol references (here, pin:lat,lng, building slugs) map to these routing endpoints.
Embed integration
directions.start/directions.clearcommands drive wayfinding from the host pagedirections.changedevents report route statecamera.followRoutegenerates a camera path from the active route
See protocol commands for wire-level details.