MapsIndoorsAndroid
MapboxAdapter
/
com.mapsindoors.mapbox.services.directions.data
/
Waypoints
Waypoints
data
class
Waypoints
(
var
distance
:
Double
?
=
null
,
var
name
:
String
?
=
null
,
var
location
:
ArrayList
<
Double
>
=
arrayListOf()
)
Constructors
Properties
Constructors
Waypoints
Link copied to clipboard
fun
Waypoints
(
distance
:
Double
?
=
null
,
name
:
String
?
=
null
,
location
:
ArrayList
<
Double
>
=
arrayListOf()
)
Properties
distance
Link copied to clipboard
@
SerializedName
(
value
=
"distance"
)
var
distance
:
Double
?
=
null
location
Link copied to clipboard
@
SerializedName
(
value
=
"location"
)
var
location
:
ArrayList
<
Double
>
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
var
name
:
String
?
=
null