Labels MapResult not showing anymore

Which tool versions are you using?

SDK: v14.28.0
Platform: v24.x.x
Python: v3.13
Isolation mode: venv

Current Behavior

The labels: list[MapLabel] given to MapResult do not show anymore on the map.

Tested with:
return MapResult(labels=[MapLabel(lat=0, lon=0, text=“BUG HUGE TEXT”, scale=1)], features=[MapPoint(0, 0)])

Expected Behavior

To see the text on the map

Context (optional, but preferred)

Thanks, this indeed seems like a bug. I’ll report it right away