Class Navigation

Accessors

  • get activeDirections(): undefined | Directions
  • The currently active directions.

    Returns undefined | Directions

  • get activePath(): undefined | Path
  • The currently active path.

    Returns undefined | Path

  • get isMultiFloor(): boolean
  • Returns true if the navigation is for a multi-floor path.

    Returns boolean

Methods

  • Clears any drawn navigation paths or directions from the map.

    Returns void

  • Draws the specified directions on the map.

    Parameters

    Returns Promise<unknown>

  • Sets the active path.

    Parameters

    Returns void

  • Sets the active path by directions.

    Parameters

    Returns void

  • Sets the active path by index.

    Parameters

    • target: number

    Returns void