/tripkit/CommonCoreLegacy/com.skedgo.tripkit.regionrouting.data/Direction
Direction
\ data class Direction(val encodedShape: String?, val id: String?, val name: String?, val shapeIsDetailed: Boolean, val stops: List<Stop>?) : KParcelable
Constructors
Direction | constructor(encodedShape: String?, id: String?, name: String?, shapeIsDetailed: Boolean, stops: List<Stop>?) |
Types
Name | Summary |
---|---|
Companion | object Companion |
Properties
Name | Summary |
---|---|
encodedShape | val encodedShape: String? |
id | val id: String? |
name | val name: String? |
shapeIsDetailed | val shapeIsDetailed: Boolean |
stops | val stops: List<Stop>? |
Functions
Name | Summary |
---|---|
describeContents | open override fun describeContents(): Int |
writeToParcel | open override fun writeToParcel(dest: Parcel, flags: Int) |