Fenix 9 Sim: Crash on acquisitionType => Position.LOCATION_CONTINUOUS

Hello,

Just found that the simulator of Fenix 9  series is crashed when I tried to call function Position.enableLocationEvents with

options = {
    :acquisitionType => Position.LOCATION_CONTINUOUS
};

All other simulator versions accept this value, but this simulator doesn't accept. I use such value as default value for the cases when satellite mode is not selected by user. However, this issue break my algorithm.

Do somebody know if Garmin plan to stop supporting such constant? May be this is a bug inside the simulator?

Thank you