toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.api.indoor
/
VenueLevel
Venue
Level
data
class
VenueLevel
(
val
level
:
Int
,
val
name
:
String
?
=
null
,
val
ref
:
String
?
=
null
,
val
bbox
:
List
<
Double
>
)
Members
Constructors
Venue
Level
Link copied to clipboard
constructor
(
level
:
Int
,
name
:
String
?
=
null
,
ref
:
String
?
=
null
,
bbox
:
List
<
Double
>
)
Properties
bbox
Link copied to clipboard
val
bbox
:
List
<
Double
>
level
Link copied to clipboard
val
level
:
Int
name
Link copied to clipboard
val
name
:
String
?
=
null
ref
Link copied to clipboard
val
ref
:
String
?
=
null