Stop

sealed class Stop

Types

Arrival
Link copied to clipboard
data class Arrival(location: Location, index: Int?, arrivalScheduled: OffsetDateTime, arrivalScheduledPlatform: String?, arrivalRealtime: OffsetDateTime?, arrivalRealtimePlatform: String?, arrivalCancelled: Boolean) : Stop, BaseArrival
Departure
Link copied to clipboard
data class Departure(location: Location, index: Int?, departureScheduled: OffsetDateTime, departureScheduledPlatform: String?, departureRealtime: OffsetDateTime?, departureRealtimePlatform: String?, departureCancelled: Boolean) : Stop, BaseDeparture
Intermediate
Link copied to clipboard
data class Intermediate(location: Location, index: Int?, arrivalScheduled: OffsetDateTime, arrivalScheduledPlatform: String?, arrivalRealtime: OffsetDateTime?, arrivalRealtimePlatform: String?, arrivalCancelled: Boolean, departureScheduled: OffsetDateTime, departureScheduledPlatform: String?, departureRealtime: OffsetDateTime?, departureRealtimePlatform: String?, departureCancelled: Boolean) : Stop, BaseArrival, BaseDeparture
Passing
Link copied to clipboard
data class Passing(location: Location, index: Int?) : Stop

Properties

index
Link copied to clipboard
abstract val index: Int?
location
Link copied to clipboard
abstract val location: Location

Inheritors

Stop
Link copied to clipboard
Stop
Link copied to clipboard
Stop
Link copied to clipboard
Stop
Link copied to clipboard