new TripSearchResultTransfer( stop, arrival, departure )

Description

Trip Search Result Transfer

This Class represents a Transfer between two Trip Search Result Segments in a Trip Search Result. The Transfer Class contains information on the Transfer Stop, the arrival and departure times to/from the Transfer Stop and the layover time spent at the Transfer Stop.

Module: search/TripSearchResultTransfer

Parameters
Name Type Description
stop Stop

Transfer Stop

arrival DateTime

Arrival Date/Time

departure DateTime

Departure Date/Time

Members


stop :Stop

Description

The Transfer Stop


arrival :DateTime

Description

The Arrival Date/Time to the Transfer Stop


departure :DateTime

Description

The Departure Date/Time from the Transfer Stop


layoverTime :number

Description

The Layover Time (minutes) spent at the Transfer Stop

Details
number