LocationType enum

Inheritance
Implemented types
Available extensions

Values

unknown → const LocationType
const LocationType('Unknown', '', -1)
stop → const LocationType
const LocationType('Stop/Platform', 'A location where passengers board or disembark from a transit vehicle. Is called a platform when defined within a parent station.', 0)
station → const LocationType
const LocationType('Station', 'A physical structure or area that contains one or more platform.', 1)
entranceOrExit → const LocationType
const LocationType('Entrance/Exit', 'A location where passengers can enter or exit a station from the street. If an entrance/exit belongs to multiple stations, it may be linked by …
generic → const LocationType
const LocationType('Generic node', 'A location within a station, not matching any other location type, that may be used to link together pathways define in pathways.txt.', 3)
boardingArea → const LocationType
const LocationType('Boarding area', 'A specific location on a platform, where passengers can board and/or alight vehicles.', 4)

Properties

description String
final
displayName String
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LocationType>
A constant List of the values in this enum, in order of their declaration.