toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.api.indoor
/
VenueFeatureResponse
Venue
Feature
Response
data
class
VenueFeatureResponse
(
val
venueId
:
String
,
val
name
:
String
,
val
bbox
:
List
<
Double
>
,
val
levels
:
List
<
VenueLevel
>
?
=
null
,
val
categories
:
List
<
String
>
?
=
null
,
val
buildings
:
List
<
Building
>
?
=
null
,
val
updatedAt
:
String
)
Members
Constructors
Venue
Feature
Response
Link copied to clipboard
constructor
(
venueId
:
String
,
name
:
String
,
bbox
:
List
<
Double
>
,
levels
:
List
<
VenueLevel
>
?
=
null
,
categories
:
List
<
String
>
?
=
null
,
buildings
:
List
<
Building
>
?
=
null
,
updatedAt
:
String
)
Properties
bbox
Link copied to clipboard
val
bbox
:
List
<
Double
>
buildings
Link copied to clipboard
val
buildings
:
List
<
Building
>
?
=
null
categories
Link copied to clipboard
val
categories
:
List
<
String
>
?
=
null
levels
Link copied to clipboard
val
levels
:
List
<
VenueLevel
>
?
=
null
name
Link copied to clipboard
val
name
:
String
updated
At
Link copied to clipboard
@
SerializedName
(
value
=
"updated_at"
)
val
updatedAt
:
String
venue
Id
Link copied to clipboard
@
SerializedName
(
value
=
"venue_id"
)
val
venueId
:
String