EfaReference

data class EfaReference(id: Long, area: String?, platform: String?, gid: String?, areaGid: String?, pointGid: String?, omc: Long?, zone: String?, attrs: Map<EfaReference.Attribute, String>, placeID: Long?, place: String?, coords: EfaCoordinates?, niveau: Int?, depDateTimeSec: LocalDateTime?, depDelay: Duration?, depValid: Boolean, arrDateTimeSec: LocalDateTime?, arrDelay: Duration?, arrValid: Boolean)

Types

Attribute
Link copied to clipboard
enum Attribute : Enum<EfaReference.Attribute>

Properties

area
Link copied to clipboard
val area: String? = null
areaGid
Link copied to clipboard
val areaGid: String? = null
arrDateTimeSec
Link copied to clipboard
val arrDateTimeSec: LocalDateTime? = null

The arrival datetime with seconds if this is a stop's reference

arrDelay
Link copied to clipboard
val arrDelay: Duration? = null

The arrival delay if this is a stop's reference Valid if arrValid

arrValid
Link copied to clipboard
val arrValid: Boolean = false

Whether the arrival delay is valid

attrs
Link copied to clipboard
val attrs: Map<EfaReference.Attribute, String>

The attributes associated with this reference

coords
Link copied to clipboard
val coords: EfaCoordinates? = null

The referred location's coordinates

depDateTimeSec
Link copied to clipboard
val depDateTimeSec: LocalDateTime? = null

The departure datetime with seconds if this is a stop's reference

depDelay
Link copied to clipboard
val depDelay: Duration? = null

The departure delay if this is a stop's reference Valid if depValid

depValid
Link copied to clipboard
val depValid: Boolean = false

Whether the departure delay is valid

gid
Link copied to clipboard
val gid: String? = null

The global id of the referred location

id
Link copied to clipboard
val id: Long

The referred location's id

niveau
Link copied to clipboard
val niveau: Int? = null

The platform niveau if this is a stop's reference

omc
Link copied to clipboard
val omc: Long? = null

The referred location's municipal code

place
Link copied to clipboard
val place: String? = null

The name of the referred location's place

placeID
Link copied to clipboard
val placeID: Long? = null

The id of the referred location's place

platform
Link copied to clipboard
val platform: String? = null

The platform if this is a stop's reference

pointGid
Link copied to clipboard
val pointGid: String? = null
zone
Link copied to clipboard
val zone: String? = null