Options
All
  • Public
  • Public/Protected
  • All
Menu

A MappedinMapGroup is a collection of maps, usually representing the different floors of a single building. All Maps will be in a MapGroup, but if your Venue is only a single building (like a mall) you can likely ignore MapGroups entirely.

Hierarchy

  • MappedinMapGroup

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

id

id: string

name

name: string

Accessors

maps

  • Maps within this MapGroup.

    property

    maps {[MappedinMap]}

    Returns MappedinMap[]

Methods

toJSON

  • toJSON(): any
  • Returns any

Static fetch

Static hydrate