| Bing-Search documentation | view source | Contained in the Bing-Search distribution. |
Bing::Search::Result::InstantAnswer::FlightStatus - Flight status from Bing
DepartureTerminalThe departure terminal.
FlightNumberThe flight number.
ArrivalGateThe arrival gate.
ScheduledDepartureA DateTime object representing the scheduled departure time.
OnTimeStringA string indicating if the flight's on-time status.
UpdatedDepartureA DateTime object representing the updated departure time, if any.
UpdatedArrivalA DateTime object representing the updated arrival time, if any.
DataFreshnessAn integer indicating how "fresh" the data is.
AirlineCodeThe airline code. Usually two letters.
DepartureGateThe departure gate.
StatusCodeA 2-digit code indicating the status of the flight.
ScheduledArrivalA DateTime object representing the scheduled arrival time.
ArrivalTerminalThe arrival terminal.
FlightHistoryIdA unique identifier for a specific instance of a flight.
AirlineNameThe name of the airline.
StatusStringThe status of the flight, in human-speak.
FlightNameThe full name of the flight, usually a combination of the airline code and the flight number.
OriginAirport and DestinationAirportTwo objects representing the airports where the flight originated and is destined. Each has a Code (such as "SEA" for Seattle), a Name ("Seattle"), and a TimezoneOffset (a number, in seconds, from UTC).
Mostly because I didn't see these in the spec, and am just writing docs
right now, the following bits are not currently implemented, and therefor
will remain in the data hash.
Dave Houston, dhouston@cpan.org, 2010
This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.
| Bing-Search documentation | view source | Contained in the Bing-Search distribution. |