KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.modeling.spatial
/
DistanceData
Distance
Data
@
Serializable
data
class
DistanceData
(
var
fromLoc
:
String
,
var
toLoc
:
String
,
var
distance
:
Double
)
Members
Constructors
Distance
Data
Link copied to clipboard
constructor
(
fromLoc
:
String
,
toLoc
:
String
,
distance
:
Double
)
Properties
distance
Link copied to clipboard
var
distance
:
Double
from
Loc
Link copied to clipboard
var
fromLoc
:
String
to
Loc
Link copied to clipboard
var
toLoc
:
String