flightStatus property

String? flightStatus
getter/setter pair

Status of this flight.

If unset, Google will compute status based on data from other sources, such as FlightStats, etc. Note: Google-computed status will not be returned in API responses. Possible string values are:

  • "FLIGHT_STATUS_UNSPECIFIED"
  • "SCHEDULED" : Flight is on time, early, or delayed.
  • "scheduled" : Legacy alias for SCHEDULED. Deprecated.
  • "ACTIVE" : Flight is in progress (taxiing, taking off, landing, airborne).
  • "active" : Legacy alias for ACTIVE. Deprecated.
  • "LANDED" : Flight landed at the original destination.
  • "landed" : Legacy alias for LANDED. Deprecated.
  • "CANCELLED" : Flight is cancelled.
  • "cancelled" : Legacy alias for CANCELLED. Deprecated.
  • "REDIRECTED" : Flight is airborne but heading to a different airport than the original destination.
  • "redirected" : Legacy alias for REDIRECTED. Deprecated.
  • "DIVERTED" : Flight has already landed at a different airport than the original destination.
  • "diverted" : Legacy alias for DIVERTED. Deprecated.

Implementation

core.String? flightStatus;