An index of the basic information of all charts for an airport, returned by fsChartsGetPages.

 

Syntax
struct FsChartIndex
{
    FsIcao airportIcao;
    FsChartIndexCategory* chartCategories;
    int numChartCategories;
};

 

Members
MemberDescription
airporIcaoThe ICAO of the airport the chart index is for.
chartCategoriesThe array of chart sets, organized in categories, in the chart index.
numChartCategoriesThe number of chart categories in the index.

 

Remarks

N/A