TransitItineraryResponse interface

This object is returned from a successful Get Transit Itinerary call

Properties

arrivalTime

The date and time of arrival at the destination point in ISO 8601 format, e.g. 1996-12-19T19:39:57-08:00.

departureTime

The date and time of departure from the origin point in ISO 8601 format, e.g. 1996-12-19T16:39:57-08:00.

legs

Property Details

arrivalTime

The date and time of arrival at the destination point in ISO 8601 format, e.g. 1996-12-19T19:39:57-08:00.

arrivalTime?: string

Property Value

string

departureTime

The date and time of departure from the origin point in ISO 8601 format, e.g. 1996-12-19T16:39:57-08:00.

departureTime?: string

Property Value

string

legs

legs?: Leg[]

Property Value

Leg[]