TravelTimeline

@Serializable
abstract class TravelTimeline : SearchGroup

Interface representing a travel timeline search group. This interface can be implemented by different travel timeline categories.

Inheritors

Types

Link copied to clipboard
@Serializable
object RecentJourneys : TravelTimeline

Object representing recent journeys in the travel timeline. This object implements the TravelTimeline interface.

Properties

Link copied to clipboard
abstract val id: String

Unique identifier for the search group.