Show / Hide Table of Contents

Enum TransferType

The type of connection for the specified (from_stop_id, to_stop_id) pair.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum TransferType

MinimumTime

2: This transfer requires a minimum amount of time between arrival and departure to ensure a connection. The time required to transfer is specified by min_transfer_time.

NotPossible

3: Transfers are not possible between routes at this location.

Recommended

0: This is a recommended transfer point between two routes.

TimedTransfer

1: This is a timed transfer point between two routes. The departing vehicle is expected to wait for the arriving one, with sufficient time for a passenger to transfer between routes.

Back to top Built by Itinero, MIT licensed.