PlanEgressMode Enum
Street modes that can be used for egress from the transit network to destination.
Possible Values
#
BICYCLE
Cycling from a stop to the destination. Note, this can include walking when
it's needed to walk the bicycle. Egress can use cycling only if the mode used
for access and transfers is also BICYCLE
.
BICYCLE_RENTAL
Bicycle rental can use either station based systems or "floating" vehicles which are not linked to a rental station. Note, if there are no rental options available, egress will include only walking. Also, this can include walking before picking up or after dropping off the bicycle or when it's needed to walk the bicycle.
CAR
Driving from a stop to the destination. Egress can use driving only if the mode
used for access and transfers is also CAR
.
CAR_PICKUP
Getting picked up by a car from a location that is accessible with a car. Note, this can include walking before the pickup.
CAR_RENTAL
Car rental can use either station based systems or "floating" vehicles which are not linked to a rental station. Note, if there are no rental options available, egress will include only walking. Also, this can include walking before picking up or after dropping off the car.
FLEX
Flexible transit. This can include different forms of flexible transit that can be defined in GTFS-Flex or in Netex. Note, this can include walking before or after the flexible transit leg.
SCOOTER_RENTAL
Scooter rental can use either station based systems or "floating" vehicles which are not linked to a rental station. Note, if there are no rental options available, egress will include only walking. Also, this can include walking before picking up or after dropping off the scooter.
WALK
Walking from a stop to the destination.
PlanEdge