woosmap-sdk
Toggle table of contents
1.1.8
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
woosmap-sdk
woosmap-sdk
/
com.woosmap.sdk.api.transit
/
TransitRoute
Transit
Route
data
class
TransitRoute
(
val
notice
:
String
,
val
duration
:
Double
,
val
legs
:
List
<
TransitLeg
>
)
Members
Constructors
Transit
Route
Link copied to clipboard
constructor
(
notice
:
String
,
duration
:
Double
,
legs
:
List
<
TransitLeg
>
)
Properties
duration
Link copied to clipboard
@
SerializedName
(
value
=
"duration"
)
val
duration
:
Double
legs
Link copied to clipboard
@
SerializedName
(
value
=
"legs"
)
val
legs
:
List
<
TransitLeg
>
notice
Link copied to clipboard
@
SerializedName
(
value
=
"notice"
)
val
notice
:
String