toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.api.indoor
/
VenuesElementResponse
Venues
Element
Response
data
class
VenuesElementResponse
(
val
venueId
:
String
,
val
name
:
String
,
val
bbox
:
IndoorBounds
)
Members
Constructors
Venues
Element
Response
Link copied to clipboard
constructor
(
venueId
:
String
,
name
:
String
,
bbox
:
IndoorBounds
)
Properties
bbox
Link copied to clipboard
val
bbox
:
IndoorBounds
name
Link copied to clipboard
val
name
:
String
venue
Id
Link copied to clipboard
@
SerializedName
(
value
=
"venue_id"
)
val
venueId
:
String