tripkit-android / com.skedgo.tripkit.regionrouting.data / Direction
Direction
data class Direction
Constructors
Name | Summary |
---|---|
[<init>] | Direction(encodedShape: String , id: String , name: String , shapeIsDetailed: Boolean , stops: List< Stop >) |
Properties
Name | Summary |
---|---|
encodedShape | val encodedShape: String |
id | val id: String |
name | val name: String |
shapeIsDetailed | val shapeIsDetailed: Boolean |
stops | val stops: List< Stop> |