toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.api.indoor
/
VenuePoisAutocompletePrediction
Venue
Pois
Autocomplete
Prediction
data
class
VenuePoisAutocompletePrediction
(
val
id
:
Int
,
val
name
:
String
,
val
distance
:
Int
?
,
val
duration
:
Int
?
,
val
level
:
Int
,
val
ref
:
String
?
,
val
building
:
String
?
,
val
category
:
String
?
)
Members
Constructors
Venue
Pois
Autocomplete
Prediction
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
distance
:
Int
?
,
duration
:
Int
?
,
level
:
Int
,
ref
:
String
?
,
building
:
String
?
,
category
:
String
?
)
Properties
building
Link copied to clipboard
val
building
:
String
?
category
Link copied to clipboard
val
category
:
String
?
distance
Link copied to clipboard
val
distance
:
Int
?
duration
Link copied to clipboard
val
duration
:
Int
?
id
Link copied to clipboard
val
id
:
Int
level
Link copied to clipboard
val
level
:
Int
name
Link copied to clipboard
val
name
:
String
ref
Link copied to clipboard
val
ref
:
String
?