QML Mapviewer doesn't show route information
Unsolved
QML and Qt Quick
-
You will need to set a token to perform routing. This is done through an environment variable and is obtained in the main.cpp -
const QByteArray esriToken = qgetenv("ESRI_TOKEN");
More details about this are discussed here - https://doc.qt.io/qt-5/location-plugin-esri.html