ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.optimization
/
CustomMatrix
Custom
Matrix
@
Serializable
data
class
CustomMatrix
(
val
durations
:
List
<
List
<
Int
>
>
?
=
null
,
val
distances
:
List
<
List
<
Int
>
>
?
=
null
)
Members
Constructors
Custom
Matrix
Link copied to clipboard
constructor
(
durations
:
List
<
List
<
Int
>
>
?
=
null
,
distances
:
List
<
List
<
Int
>
>
?
=
null
)
Properties
distances
Link copied to clipboard
val
distances
:
List
<
List
<
Int
>
>
?
=
null
Optional distances in meters
durations
Link copied to clipboard
val
durations
:
List
<
List
<
Int
>
>
?
=
null
Square matrix in seconds; required if provided