MapsIndoors Android
MapboxAdapterV10
/
com.mapsindoors.mapbox.services.distancematrix
/
Sources
Sources
data
class
Sources
(
var
distance
:
Double
=
0.0
,
var
name
:
String
=
""
,
var
location
:
ArrayList
<
Double
>
=
arrayListOf()
)
Constructors
Properties
Constructors
Sources
Link copied to clipboard
fun
Sources
(
distance
:
Double
=
0.0
,
name
:
String
=
""
,
location
:
ArrayList
<
Double
>
=
arrayListOf()
)
Properties
distance
Link copied to clipboard
@
SerializedName
(
value
=
"distance"
)
var
distance
:
Double
=
0.0
location
Link copied to clipboard
@
SerializedName
(
value
=
"location"
)
var
location
:
ArrayList
<
Double
>
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
var
name
:
String