I am trying to add map in a Qt Quick Application but while importing QtLocation, it is showing an error that “QML Module not found (Qt location)”.
this is how I’m importing::
import QtLocation
import QtPositioning
doing exact same way, shown in Qt documentation.
Suggest some solution if anyone knows.
import QtLocation
import QtPositioning
I’ve tried importing like this if it is wrong then suggest the right way.
https://doc.qt.io/qt-6/qml-qtlocation-map.html
this is the official Qt site for Map.
Jigar Baraiya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.