EfaLeg

data class EfaLeg(timeMinute: Duration, realtimeStatus: EfaJourney.RealtimeStatus?, points: List<EfaStop>, mode: EfaMode, hints: List<EfaHint>, stopSequence: List<EfaStop>, format: String?, path: List<EfaCoordinates>)

Properties

format
Link copied to clipboard
val format: String?
hints
Link copied to clipboard
val hints: List<EfaHint>

The hints associated with this leg

mode
Link copied to clipboard
val mode: EfaMode

The mode of this journey

path
Link copied to clipboard
val path: List<EfaCoordinates>

The coordinate polyline of this leg

points
Link copied to clipboard
val points: List<EfaStop>

The departure and arrival stops of this leg

realtimeStatus
Link copied to clipboard
val realtimeStatus: EfaJourney.RealtimeStatus?

The realtime status information for this leg

stopSequence
Link copied to clipboard
val stopSequence: List<EfaStop>

The sequence of intermediate stops on this leg

timeMinute
Link copied to clipboard
val timeMinute: Duration

The duration of this leg