Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Mappedin

Index

Constructors

constructor

Properties

Private #private

#private: any

categories

categories: MappedinCategory[]

events

events: MappedinEvent[]

Private generateGetters

generateGetters: any

images

images: any

Private initNavigator

initNavigator: any

locationRankings

locationRankings: MappedinLocationRankings[]
deprecated

use polygonRankings instead TODO: remove when we know that nobody is using this

locationStates

locationStates: MappedinLocationState[]

locations

locations: MappedinLocation[]

mapGroups

mapGroups: MappedinMapGroup[]

maps

maps: MappedinMap[]

nodes

nodes: MappedinNode[]

options

options: any

perspective

perspective: any

polygons

polygons: MappedinPolygon[]

Optional rankings

scenes

scenes: any

themes

themes: MappedinTheme[]

things

things: any

Optional updatedAt

updatedAt: string

venue

vortexes

vortexes: MappedinVortex[]

Methods

fetch

  • fetch(): Promise<void>
  • Returns Promise<void>

getCollectionItemById

  • getCollectionItemById<T, I>(name: T, id: I): null | TAccessors[T]
  • Type parameters

    • T: CollectionType

    • I: string

    Parameters

    • name: T
    • id: I

    Returns null | TAccessors[T]

hydrate

  • hydrate(mappedinSerializableData: string | object): Promise<undefined>
  • [experimental] Hydrate the Mappedin instance using a response from either {@link IMappedin.toString()}, getVenueBundle or by downloading the bundle manually

    Parameters

    • mappedinSerializableData: string | object

    Returns Promise<undefined>

toJSON

  • toJSON(): any
  • Export venue data to JSON (for storage, encryption, etc)

    Returns any

toString

  • toString(): string
  • Export venue data to String

    Returns string