Enumeration MapDirectionsIcon

General classification for each step in directions that are generated by the wayfinding algorithm

Since

1.0.0

Enumeration Members

Enumeration Members

ELEVATOR: "ELEVATOR"

Needs to take an elevator

END: "END"

Indicates this is where the journey should end

LEFT: "LEFT"

Needs to turn left

RIGHT: "RIGHT"

Needs to turn right

STAIRS: "STAIRS"

Needs to take the stairs

START: "START"

Indicates this is where the journey should start

STRAIGHT: "STRAIGHT"

Needs to keep going straight

Generated using TypeDoc