HafasReliabilityType

enum HafasReliabilityType : Enum<HafasReliabilityType>

Entries

UNDEF
Link copied to clipboard

No information

ABORTIVE
Link copied to clipboard

Definitely not going to get the user from A to B in time within the scope

LOW
Link copied to clipboard
LOW()

Unlikely to get the user from A to B in time within the scope

HIGH
Link copied to clipboard

Likely to get the user from A to B in time within the scope

GUARANTEED
Link copied to clipboard

Guaranteed to get the user from A to B in time within the scope

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int