Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InstructionApiInterface

Use the InstructionApiInterface to access methods which allow you to move to instruction and to get the position (in site coordinates) and floor of the instruction.

Hierarchy

  • InstructionApiInterface

Index

Properties

Readonly floor

Return the floor of the instruction.

Readonly position

position: Vector3

Return the position (site coordinate) of the instruction.

Readonly text

text: string

Return the text of the instruction.

Readonly type

The type of the instruction.

Methods

moveToInstruction

  • moveToInstruction(): Promise<void>
  • Move the camera to the instruction.

    Returns Promise<void>

Generated using TypeDoc