PySide6(Qml) Maps
-
I am building an application which requires offline maps using PySide6 using QML on ubuntu 20.04 . I have tried the same in PyQT5 and it works there.
- i am able to pan the map
- zoom in and out
- set markers
and basically use it like google maps.
i want to replicate the same on Pyside6
when i try to import the package to Pyside6(QML) i am not able to do any of the above. All i see is a image of the map
How about the implement? Can you provide some examples?
Thanks.