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