Flight Statuses

Our SDK has the ability to show flight statuses as demonstrated below. This requires an additional api integration and addition of this feature can be discussed with your account manager.

Integrating the flight status api

Update your config to include a "plugins" key with a "flightStatus" sub-key as shown below:

plugins: {
  flightStatus: {
    apiKey: "???"
  }
}

The API key must be obtained from ourselves. Contact support if you require any further information on this feature.

Programmatic Flight search

Once the plugin above has been included, the "flightSetSearch" method on the map is available. Passing a string to that method will update the search field on the flight status UI shown in the screenshot above.