[SU12B] Help with SIMCONNECT_JETWAY_DATA.Pbh

After receiving Jetway data, we have been getting erratic results for this
field in the SIMCONNECT_JETWAY_DATA structure: SIMCONNECT_DATA_PBH Pbh; The
heading returns weird values ( like millions ) and there’s something strange
about the SIMCONNECT_DATA_PBH definition, because it was defined as 3 double
in FSX ( and P3D ), but in MSFS it’s defined as 3 floats, the SDK
documentation also states SIMCONNECT_DATA_PBH is 3 double, but it’s 3 floats
in SimConnect.h, could be this related to our problem ? Also, the
documentation states the Heading member is in feet, which is weird.

Hello, Would be nice to get some clarification about this. We are currently
using a workaround, by making a data request too all jetway Simobjects to
obtain their heading, and it works, but it would be nice if we could get it
correct on the first call, without having to make a separate call.

Hello @virtuali , Unlike fsx we only use float for this and the
documentation will be updated. Regarding the weird values, this is being
investigated. Thank you for pointing this out, Regards, Boris