Skip to main content

Routing semantics

Indoor navigation on Waylocate maps uses a routing graph derived from the campus schema topology.

Traversability

Opening typeSame-floorCross-floor
DOORYesNo
OPEN_PASSAGEYesNo
WINDOWNo (visibility only)No
PORTALVia Portal recordYes

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.clear commands drive wayfinding from the host page
  • directions.changed events report route state
  • camera.followRoute generates a camera path from the active route

See protocol commands for wire-level details.