You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vladest hello sir
i am developing a qml project.
i want to track a car moving on my map.i searched a lot and find out that there is no official plugin for googlemap in qt .
i searched again and find your googlemaps plugin.can you give me some information about using it in qt projects?i downloaded it but there is some errors in my project like this :
error: QtLocation/private/qgeotiledmap_p.h: No such file or directory
i have no idea about solving the problem
can you help me ?
thank you
The text was updated successfully, but these errors were encountered:
@asmbaty i solved the problem.
What is your os?
You can compile this plugin yourself easily.
No need to add this plugin source code in the qt framework.
Just build it with qmake.
@asmbaty ok.
In this link i asked a question about the plugin and got a good solution. https://forum.qt.io/topic/111404/googlemaps-plugin
important note : remember to make it with your qt qmake. for me qmake is located in :/home/Qt5.14.0/5.14.0/gcc_64/bin
@vladest hello sir
i am developing a qml project.
i want to track a car moving on my map.i searched a lot and find out that there is no official plugin for googlemap in qt .
i searched again and find your googlemaps plugin.can you give me some information about using it in qt projects?i downloaded it but there is some errors in my project like this :
error: QtLocation/private/qgeotiledmap_p.h: No such file or directory
i have no idea about solving the problem
can you help me ?
thank you
The text was updated successfully, but these errors were encountered: