NavVis IVION API
    Preparing search index...

    Enumeration InstructionType

    Enum representing all possible instruction types that can be present in a route.

    Index

    Enumeration Members

    CHANGE_FLOOR_DOWN: "change_floor_down"
    CHANGE_FLOOR_UP: "change_floor_up"
    DESTINATION_PROJECTION: "destination_projection_to_navgraph"
    EDGE: "edge"
    END: "end"
    ENTER_BUILDING: "walk_inside"
    ENTER_ELEVATOR_DOWN: "enter_elevator_down"
    ENTER_ELEVATOR_UP: "enter_elevator_up"
    ENTER_STAIRS_DOWN: "enter_stairs_down"
    ENTER_STAIRS_UP: "enter_stairs_up"
    EXIT_BUILDING: "walk_outside"
    EXIT_ELEVATOR: "exit_elevator"
    EXIT_STAIRS: "exit_stairs"
    SOURCE_PROJECTION: "source_projection_to_navgraph"
    START: "start"