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
/
DistanceValue
Distance
Value
data
class
DistanceValue
(
val
value
:
Double
?
=
null
,
val
text
:
String
?
=
null
)
Members
Constructors
Distance
Value
Link copied to clipboard
constructor
(
value
:
Double
?
=
null
,
text
:
String
?
=
null
)
Properties
text
Link copied to clipboard
@
SerializedName
(
value
=
"text"
)
val
text
:
String
?
=
null
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
Double
?
=
null