# SIMCONNECT_DATA_FACILITY_WAYPOINT The **SIMCONNECT\_DATA\_FACILITY\_WAYPOINT** structure used to return information on a single waypoint in the facilities cache.   ##### Syntax ``` cpp struct SIMCONNECT_DATA_FACILITY_WAYPOINT : public SIMCONNECT_DATA_FACILITY_AIRPORT { float fMagVar; }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |-----------|----------------------------------------------------| | `fMagVar` | The magnetic variation of the waypoint in degrees. | {{< /table-wrapper >}}   ##### Remarks This structure is returned as one element in the [`SIMCONNECT_RECV_WAYPOINT_LIST`](simconnect-recv-waypoint-list/) structure. It inherits all the members of the [`SIMCONNECT_DATA_FACILITY_AIRPORT`](simconnect-data-facility-airport/) structure.   See the remarks for [SimConnect\_RequestFacilitesList](../facilities/simconnect-requestfaciliteslist/).