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
/
RouteSummary
Route
Summary
@
Serializable
data
class
RouteSummary
(
val
distance
:
Double
,
val
duration
:
Double
,
val
ascent
:
Double
?
=
null
,
val
descent
:
Double
?
=
null
)
Aggregated summary of a route.
Members
Constructors
Route
Summary
Link copied to clipboard
constructor
(
distance
:
Double
,
duration
:
Double
,
ascent
:
Double
?
=
null
,
descent
:
Double
?
=
null
)
Properties
ascent
Link copied to clipboard
val
ascent
:
Double
?
=
null
descent
Link copied to clipboard
val
descent
:
Double
?
=
null
distance
Link copied to clipboard
val
distance
:
Double
duration
Link copied to clipboard
val
duration
:
Double