Options
All
  • Public
  • Public/Protected
  • All
Menu

A MappedinVortex is a special entity that represents a link between two or more MappedinMaps at a given MappedinVenue. 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

  • MappedinVortex

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

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

Static hydrate