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
/
Route
Route
@
Serializable
data
class
Route
(
val
summary
:
RouteSummary
,
val
segments
:
List
<
Segment
>
,
val
geometry
:
String
?
=
null
,
val
wayPoints
:
List
<
Int
>
?
=
null
)
Single route variant returned by the API.
Members
Constructors
Route
Link copied to clipboard
constructor
(
summary
:
RouteSummary
,
segments
:
List
<
Segment
>
,
geometry
:
String
?
=
null
,
wayPoints
:
List
<
Int
>
?
=
null
)
Properties
geometry
Link copied to clipboard
val
geometry
:
String
?
=
null
segments
Link copied to clipboard
val
segments
:
List
<
Segment
>
summary
Link copied to clipboard
val
summary
:
RouteSummary
way
Points
Link copied to clipboard
@
SerialName
(
value
=
"way_points"
)
val
wayPoints
:
List
<
Int
>
?
=
null