Show / Hide Table of Contents

Enum DropOffType

Indicates whether passengers are dropped off at a stop as part of the normal schedule or whether a drop off at the stop is not available. This field also allows the transit agency to indicate that passengers must call the agency or notify the driver to arrange a drop off at a particular stop. Valid values for this field are:

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

DriverForPickup

Must coordinate with driver to arrange drop off.

NoPickup

No drop off available.

PhoneForPickup

Must phone agency to arrange drop off.

Regular

Regularly scheduled drop off.

Back to top Built by Itinero, MIT licensed.