Zync SDK
Toggle table of contents
1.0.30
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.route.models
/
RouteAlternative
Route
Alternative
data
class
RouteAlternative
(
val
sequence
:
List
<
String
>
,
val
totalDistance
:
Int
,
val
totalTime
:
Int
,
val
description
:
String
?
)
Domain model representing route alternative.
Members
Constructors
Route
Alternative
Link copied to clipboard
constructor
(
sequence
:
List
<
String
>
,
totalDistance
:
Int
,
totalTime
:
Int
,
description
:
String
?
)
Properties
description
Link copied to clipboard
val
description
:
String
?
sequence
Link copied to clipboard
val
sequence
:
List
<
String
>
total
Distance
Link copied to clipboard
val
totalDistance
:
Int
total
Time
Link copied to clipboard
val
totalTime
:
Int