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: {}
}
Adding the "Flight Status" custom action
Once the flight status integration is enabled through the configuration snippet above, you can add another custom action to your home view that enables users to see flight statuses by adding the following object to your poiCategories
in your configuration:
{
name: "Flight Status",
category: "gate.departures",
}
For additional information, see Custom Actions documentation.
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.
Updated 21 days ago