/tripkit/CommonCoreLegacy/com.skedgo.tripkit.routing/Shape
Shape
\ data class Shape(var id: Long = 0, var isTravelled: Boolean = false, var stops: List<ServiceStop>? = null, var serviceColor: ServiceColor, var encodedWaypoints: String) : Parcelable
Constructors
| Shape | constructor(parcel: Parcel)constructor(id: Long = 0, isTravelled: Boolean = false, stops: List<ServiceStop>? = null, serviceColor: ServiceColor, encodedWaypoints: String) |
Types
| Name | Summary |
|---|---|
| CREATOR | object CREATOR : Parcelable.Creator<Shape> |
Properties
| Name | Summary |
|---|---|
| encodedWaypoints | @SerializedName(value = "encodedWaypoints") var encodedWaypoints: String |
| id | var id: Long |
| isTravelled | @SerializedName(value = "travelled") var isTravelled: Boolean |
| serviceColor | @SerializedName(value = "serviceColor") var serviceColor: ServiceColor |
| stops | @SerializedName(value = "stops") var stops: List<ServiceStop>? |
Functions
| Name | Summary |
|---|---|
| describeContents | open override fun describeContents(): Int |
| writeToParcel | open override fun writeToParcel(parcel: Parcel, flags: Int) |