flightNumber property

int? flightNumber
getter/setter pair

Up to 4-digit flight number, e.g. 71, from [1, 9999].

This is first used to match a specific flight if a flight number is specified alongside origin, destination, and carrier. If a flight number is not specified, we will first try to match the flight to a typical flight between the provided origin and destination airports. If that fails and/or origin & destination are not provided, we will use the distance-based emissions model based on the flight distance provided.

Optional.

Implementation

core.int? flightNumber;