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.route
/
RouteResponse
Route
Response
@
Serializable
data
class
RouteResponse
(
val
routes
:
List
<
Route
>
,
val
bbox
:
List
<
Double
>
,
val
metadata
:
Metadata
?
=
null
)
Response from the directions endpoint.
Members
Constructors
Route
Response
Link copied to clipboard
constructor
(
routes
:
List
<
Route
>
,
bbox
:
List
<
Double
>
,
metadata
:
Metadata
?
=
null
)
Properties
bbox
Link copied to clipboard
val
bbox
:
List
<
Double
>
metadata
Link copied to clipboard
val
metadata
:
Metadata
?
=
null
routes
Link copied to clipboard
val
routes
:
List
<
Route
>