How to find the airports ICAO
Posted: Tue May 29, 2018 5:23 pm
Hi,
In an C++ app I am developing, I need to find the airport ICAO of the airport I have my airplane on. The airplane can be placed anywhere withing the airport area. I am using SIMCONNECT_RECV_FACILITIES_LIST to get a list all airports in the area. But, how can I make sure that the correct airport can be identified from this list. It must be 100% correct.
In an C++ app I am developing, I need to find the airport ICAO of the airport I have my airplane on. The airplane can be placed anywhere withing the airport area. I am using SIMCONNECT_RECV_FACILITIES_LIST to get a list all airports in the area. But, how can I make sure that the correct airport can be identified from this list. It must be 100% correct.