nsbno / spor-elm / Spor.LineTag.Types


type Variant
    = LocalTrain
    | RegionTrain
    | RegionExpressTrain
    | LongDistanceTrain
    | AirportExpressTrain
    | VyBus
    | LocalBus
    | Ferry
    | Subway
    | Tram
    | AlternativeTransport
    | Walk

Used to configure the variant of the line tag.


type Size
    = Sm
    | Md
    | Lg

Used to configure the size of the line tag.


type DeviationLevel
    = Critical
    | Major
    | Minor
    | Info

Used to configure what deviation (if any) exists for a line.