Individual

data class Individual(departure: Stop.Departure, arrival: Stop.Arrival, type: Leg.Individual.Type, gis: Gis) : Leg

Types

Type
Link copied to clipboard
enum Type : Enum<Leg.Individual.Type>

Properties

arrival
Link copied to clipboard
open override val arrival: Stop.Arrival
departure
Link copied to clipboard
open override val departure: Stop.Departure
gis
Link copied to clipboard
val gis: Gis
type
Link copied to clipboard
val type: Leg.Individual.Type