toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.modeling.spatial
/
DistanceData
Distance
Data
data
class
DistanceData
(
val
fromLoc
:
String
,
val
toLoc
:
String
,
val
distance
:
Double
)
Members
Constructors
Distance
Data
Link copied to clipboard
constructor
(
fromLoc
:
String
,
toLoc
:
String
,
distance
:
Double
)
Properties
distance
Link copied to clipboard
val
distance
:
Double
from
Loc
Link copied to clipboard
val
fromLoc
:
String
to
Loc
Link copied to clipboard
val
toLoc
:
String