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