spatial-monorepo / wayfinding/src / FloorTransition
Interface: FloorTransition
Defined in: packages/wayfinding/src/transitions.ts:6
Properties
category
category:
VerticalCategory
Defined in: packages/wayfinding/src/transitions.ts:12
The vertical transport category at the transition node.
coordinate
coordinate:
Position2D
Defined in: packages/wayfinding/src/transitions.ts:8
The coordinate at which the floor change occurs (last point of departing leg).
fromLevelId
fromLevelId:
string
Defined in: packages/wayfinding/src/transitions.ts:9
toLevelId
toLevelId:
string
Defined in: packages/wayfinding/src/transitions.ts:10
toLevelName?
optionaltoLevelName?:string
Defined in: packages/wayfinding/src/transitions.ts:14
Human-readable name of the destination level, if available.
