/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.favorites.trips/FavoriteTrip
FavoriteTrip
\ data class FavoriteTrip(val uuid: String, val fromAddress: String?, val toAddress: String?, val waypoints: List<Waypoint>, var order: Int = 0, val tripGroupId: String? = null)
Constructors
FavoriteTrip | constructor(uuid: String, fromAddress: String?, toAddress: String?, waypoints: List<Waypoint>, order: Int = 0, tripGroupId: String? = null) |
Properties
Name | Summary |
---|---|
fromAddress | val fromAddress: String? |
order | var order: Int |
toAddress | val toAddress: String? |
tripGroupId | val tripGroupId: String? = null |
uuid | val uuid: String |
waypoints | val waypoints: List<Waypoint> |