Enum LocationType
The location type identifies whether a stop represents a stop or station.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum LocationTypeBoardingArea
A specific location on a platform, where passengers can board and/or alight vehicles.
EntranceExit
A location where passengers can enter or exit a station from the street. If an entrance/exit belongs to multiple stations, it can be linked by pathways to both, but the data provider must pick one of them as parent.
GenericNode
A location within a station, not matching any other location_type, which can be used to link together pathways define in pathways.txt.
Station
A physical structure or area that contains one or more stop.
Stop
A location where passengers board or disembark from a transit vehicle.