A MappedinDirective is an instruction for a user to get from one place to another.

Show:

Properties

action

ActionType

The action being performed at a Node. The object contains an actionType and if the type is TURN, there is also a bearingType.

actionType

DEPARTURE, TAKEVORTEX, TURN, ARRIVAL const static

The possible action types a MappedinDirective can have.

bearingType

STRAIGHT, RIGHT, SLIGHTRIGHT, LEFT, SLIGHTLEFT const static

The possible bearings a MappedinDirective turn can have.

instruction

String

Text Instruction to display to user.

node

MappedinNode

Node where instruction takes place.