toggle menu
SDK
androidJvm
switch theme
search in API
slamsdk-next
/
com.combain.slamsdk_next.cps
/
SLSlamIndoor
SLSlam
Indoor
data
class
SLSlamIndoor
(
val
buildingModelId
:
Long
?
,
val
buildingId
:
Long
?
,
val
building
:
String
?
,
val
floorIndex
:
Int
?
,
val
floorLabel
:
String
?
,
val
floorMap
:
SLSlamFloorMap
?
)
Members
Constructors
SLSlam
Indoor
Link copied to clipboard
constructor
(
buildingModelId
:
Long
?
,
buildingId
:
Long
?
,
building
:
String
?
,
floorIndex
:
Int
?
,
floorLabel
:
String
?
,
floorMap
:
SLSlamFloorMap
?
)
Properties
building
Link copied to clipboard
val
building
:
String
?
building
Id
Link copied to clipboard
val
buildingId
:
Long
?
building
Model
Id
Link copied to clipboard
val
buildingModelId
:
Long
?
floor
Index
Link copied to clipboard
val
floorIndex
:
Int
?
floor
Label
Link copied to clipboard
val
floorLabel
:
String
?
floor
Map
Link copied to clipboard
val
floorMap
:
SLSlamFloorMap
?