The SIMCONNECT_DATA_FACILITY_WAYPOINT structure used to return information on a single waypoint in the facilities cache.

Syntax
struct SIMCONNECT_DATA_FACILITY_WAYPOINT : public SIMCONNECT_DATA_FACILITY_AIRPORT {
    float  fMagVar;
    };
Members
MemberDescription
fMagVarThe magnetic variation of the waypoint in degrees.
Remarks

This structure is returned as one element in the SIMCONNECT_RECV_WAYPOINT_LIST structure. It inherits all the members of the SIMCONNECT_DATA_FACILITY_AIRPORT structure.

See the remarks for SimConnect_RequestFacilitesList.

0/255