MapsIndoors Android
MapboxAdapter
/
com.mapsindoors.mapbox.services.distancematrix
/
DistanceMatrixResponse
/
DistanceMatrixResponse
Distance
Matrix
Response
fun
DistanceMatrixResponse
(
code
:
String
=
""
,
durations
:
ArrayList
<
ArrayList
<
Double
>
?
>
=
arrayListOf()
,
distances
:
ArrayList
<
ArrayList
<
Double
>
?
>
=
arrayListOf()
,
destinations
:
ArrayList
<
Destinations
?
>
=
arrayListOf()
,
sources
:
ArrayList
<
Sources
?
>
=
arrayListOf()
)