Options
All
  • Public
  • Public/Protected
  • All
Menu

A IMappedinVortex is a special entity that represents a link between two or more IMappedinMaps at a given IMappedinVenue. It is typically something like an elevator or stairs. These are also known as Connections in some parts of the system.

They can be marked (wheelchair) Accessible or not for pathfinding purposes. If you ask for Accessible directions, paths that include non-accessible Vortexes like Stairs will not be used.

Hierarchy

  • IMappedinVortex

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private #private

#private: any

id

id: string

Vortex ID.

property

id {string}

Optional multiplier

multiplier: number

Optional name

name: string

Optional type

type: string

Optional weight

weight: number

Methods

toJSON

  • toJSON(): any
  • Returns any

Static fetch

  • Parameters

    Returns Promise<any>

Static hydrate