Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PlaceDetails

Index

Constructors

constructor

  • new PlaceDetails(_id: string, name: string, floor: string, markerCoordinate: LatLngFloor, placetype: { name: string }, venue: any, style: any, data: Map<string, any> | undefined, translations: Translation[], translation: (language: string) => Translation, universes: string[], calendarEmail: string, photos: string[], openingHours: { close: string; day: number; open: string }[], phone: string, website: string, capacity: number, timezone: string, shareLink: string, calendarEvents: { day: number; end: Date; start: Date }[]): PlaceDetails
  • Parameters

    • _id: string
    • name: string
    • floor: string
    • markerCoordinate: LatLngFloor
    • placetype: { name: string }
      • name: string
    • venue: any
    • style: any
    • data: Map<string, any> | undefined
    • translations: Translation[]
    • translation: (language: string) => Translation
    • universes: string[]
    • calendarEmail: string
    • photos: string[]
    • openingHours: { close: string; day: number; open: string }[]
    • phone: string
    • website: string
    • capacity: number
    • timezone: string
    • shareLink: string
    • calendarEvents: { day: number; end: Date; start: Date }[]

    Returns PlaceDetails

Properties

_id

_id: string

calendarEmail

calendarEmail: string

calendarEvents

calendarEvents: { day: number; end: Date; start: Date }[]

capacity

capacity: number

data

data: any

floor

floor: any

markerCoordinate

markerCoordinate: LatLngFloor

name

name: string

objectClass

objectClass: string = "PlaceDetails"

openingHours

openingHours: { close: string; day: number; open: string }[]

phone

phone: string

photos

photos: string[]

placetype

placetype: { name: string }

Type declaration

  • name: string

shareLink

shareLink: string

style

style: any

timezone

timezone: string

translation

translation: (language: string) => Translation

Type declaration

translations

translations: Translation[]

universes

universes: string[]

venue

venue: any

website

website: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Inherited property

Generated using TypeDoc