-
I'm trying to figure out how I could implement a feature to zoom in and out of the map window, but I can't seem to figure out which part of the system is controlling the size of the map in the UI. Any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
KoBeWi
Sep 6, 2025
Replies: 1 comment 1 reply
-
You can zoom-in/out by scaling the CanvasItem that draws MapView. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
loweboy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can zoom-in/out by scaling the CanvasItem that draws MapView.