Constructors
constructor
- new IndoorMap(opts: { alwaysShow?: boolean; cursor?: string; hideFloorBar?: boolean; opacity?: number; zIndex?: number }): IndoorMap
-
Parameters
-
opts: { alwaysShow?: boolean; cursor?: string; hideFloorBar?: boolean; opacity?: number; zIndex?: number }
-
Optional alwaysShow?: boolean
-
Optional cursor?: string
-
Optional hideFloorBar?: boolean
-
Optional opacity?: number
-
Optional zIndex?: number
Methods
getOpacity
-
Returns number
getSelectedBuilding
- getSelectedBuilding(): string
-
Returns string
getSelectedBuildingId
- getSelectedBuildingId(): string
-
Returns string
hide
-
Returns void
hideFloorBar
-
Returns void
hideLabels
-
Returns void
setMap
-
Parameters
Returns void
setOpacity
- setOpacity(alpha: number): void
-
Parameters
Returns void
setzIndex
-
Returns void
show
-
Returns void
showFloor
- showFloor(floor: number, noMove: boolean): void
-
Parameters
-
floor: number
-
noMove: boolean
Returns void
showFloorBar
-
Returns void
showIndoorMap
- showIndoorMap(indoorid: string, floor: number, shopid: string): void
-
Parameters
-
indoorid: string
-
floor: number
-
shopid: string
Returns void
showLabels
-
Returns void