/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.database.scheduled_stops/ScheduledStopWithLocation
ScheduledStopWithLocation
\ data class ScheduledStopWithLocation(val scheduledStop: ScheduledStopEntity, val location: LocationEntity?, val downloadHistory: ScheduledStopDownloadHistoryEntity? = null)
Constructors
| ScheduledStopWithLocation | constructor(scheduledStop: ScheduledStopEntity, location: LocationEntity?, downloadHistory: ScheduledStopDownloadHistoryEntity? = null) |
Properties
| Name | Summary |
|---|---|
| downloadHistory | val downloadHistory: ScheduledStopDownloadHistoryEntity? = null |
| location | val location: LocationEntity? |
| scheduledStop | val scheduledStop: ScheduledStopEntity |