# 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 ``` cpp struct SIMCONNECT_FACILITY_MINIMAL{ SIMCONNECT_ICAO icao; SIMCONNECT_DATA_LATLONALT lla; }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |--------|------------------------------------------------------------------------------------------------------------------------------------------| | `icao` | The [`SIMCONNECT_ICAO`](simconnect-icao/) struct with information about the facility. | | `lla` | The latitude, longitude and altitude of the facility, returned as a [`SIMCONNECT_DATA_LATLONALT`](simconnect-data-latlonalt/) struct. | {{< /table-wrapper >}}   ##### Remarks This structure is returned as part of the array of minimal entries within the [`SIMCONNECT_RECV_FACILITY_MINIMAL_LIST`](simconnect-recv-facility-minimal-list/) structure.