MapsIndoorsAndroid
MapboxAdapter
/
com.mapsindoors.mapbox.services.directions.data
/
RouteResponse
/
RouteResponse
Route
Response
fun
RouteResponse
(
routes
:
ArrayList
<
Routes
>
=
arrayListOf()
,
waypoints
:
ArrayList
<
Waypoints
>
=
arrayListOf()
,
code
:
String
?
=
null
,
uuid
:
String
?
=
null
)