woosmap-sdk
Toggle table of contents
1.1.4
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
woosmap-sdk
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