Question on SDK documentation of taxiwayParking Parameter "suffix"

I have a question on the SDK Documentation of the taxiwayParking-Object. I wonder the type given for the parameter “suffix” is correct, as I would expect strings like “L” (left), “C” (center) and “R” (right) as suffix for e.g. MARS parking areas. But the enums given are identical to the enums of the parameter name, which seems not correct. Please advise.

using the suffix works fine, the Sim will automatically remove the “GATE_” when processing the information.

GATE_A 30 GATE_L will become GATE A30L

Hi Kaiii3, many thanks for your advise.

I really hoped this is just a typo in the documentation.

What a really strange approach …. I have to select suffix = GATE_Lto get the “L” (for left)?

yes, that how it works.

1 Like

crazy …..

thanks :wink: