Options
All
  • Public
  • Public/Protected
  • All
Menu

Layer reprensent a floor plan. Layers are provided by the SDK and Api. You should instantiate it yourself.

Hierarchy

  • Layer

Index

Constructors

constructor

  • new Layer(_id: string, name: string, floor: number, type: string, venueId: string, universes: Array<Universe>, order: number, bounds: LatLngBounds, minZoom: number, maxZoom: number): Layer
  • Parameters

    • _id: string
    • name: string
    • floor: number
    • type: string
    • venueId: string
    • universes: Array<Universe>
    • order: number
    • bounds: LatLngBounds
    • minZoom: number
    • maxZoom: number

    Returns Layer

Properties

_id

_id: string

bounds

bounds: LatLngBounds

floor

floor: number

maxZoom

maxZoom: number

minZoom

minZoom: number

name

name: string

objectClass

objectClass: string = "Layer"

order

order: number

type

type: string

universes

universes: Array<Universe>

venueId

venueId: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Inherited property

Generated using TypeDoc