Options
All
  • Public
  • Public/Protected
  • All
Menu

Place are provided by the SDK and the API. You should not instantiate it yourself.

Hierarchy

  • Place

Implements

Index

Constructors

constructor

  • new Place(_id: string, venueId: string, name: string, alias: string, iconUrl: string, universes: Universe[], translations: Translation[], translation: (language: string) => Translation, iconBase64: string, fillColor: string, fillOpacity: number, strokeColor: string, strokeOpacity: number, strokeWidth: number, markerDisplay: boolean, order: number, floor: number, isSearchable: boolean, isVisible: boolean, isClickable: boolean, markerCoordinate: LatLngFloor, entranceCoordinate: LatLngFloor, placeTypeId: string, minZoom: number, maxZoom: number): Place
  • Parameters

    • _id: string
    • venueId: string
    • name: string
    • alias: string
    • iconUrl: string
    • universes: Universe[]
    • translations: Translation[]
    • translation: (language: string) => Translation
    • iconBase64: string
    • fillColor: string
    • fillOpacity: number
    • strokeColor: string
    • strokeOpacity: number
    • strokeWidth: number
    • markerDisplay: boolean
    • order: number
    • floor: number
    • isSearchable: boolean
    • isVisible: boolean
    • isClickable: boolean
    • markerCoordinate: LatLngFloor
    • entranceCoordinate: LatLngFloor
    • placeTypeId: string
    • minZoom: number
    • maxZoom: number

    Returns Place

Properties

_id

_id: string

alias

alias: string

Optional data

data: Map<string, any> | undefined

entranceCoordinate

entranceCoordinate: LatLngFloor

fillColor

fillColor: string

fillOpacity

fillOpacity: number

floor

floor: number

iconBase64

iconBase64: string

iconUrl

iconUrl: string

isClickable

isClickable: boolean

isSearchable

isSearchable: boolean

isVisible

isVisible: boolean

markerCoordinate

markerCoordinate: LatLngFloor

markerDisplay

markerDisplay: boolean

maxZoom

maxZoom: number

minZoom

minZoom: number

name

name: string

objectClass

objectClass: string = "Place"

order

order: number

placeTypeId

placeTypeId: string

strokeColor

strokeColor: string

strokeOpacity

strokeOpacity: number

strokeWidth

strokeWidth: number

translation

translation: (language: string) => Translation

Type declaration

translations

translations: Translation[]

universes

universes: Universe[]

venueId

venueId: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Inherited property

Generated using TypeDoc