SIMCONNECT_FACILITY_MINIMAL
The SIMCONNECT_FACILITY_MINIMAL structure is used to provide information on the number of elements in a list of facilities returned to the client, and the number of packets that were used to transmit the data.
Syntax
struct SIMCONNECT_FACILITY_MINIMAL{
SIMCONNECT_ICAO icao;
SIMCONNECT_DATA_LATLONALT lla;
};
Members
Member | Description |
---|---|
icao |
The SIMCONNECT_ICAO struct with information about the facility. |
lla |
The latitude, longitude and altitude of the facility, returned as a SIMCONNECT_DATA_LATLONALT struct. |
Remarks
This structure is returned as part of the array of minimal entries within the SIMCONNECT_RECV_FACILITY_MINIMAL_LIST
structure.
See Also