Is there any examples of how to implement an API Key with QML. The two examples in the documentation (link below) but both appear to be the same and for C++. Is it only supported for C++?
Solved! Go to Solution.
The API Key is supported in both C++ and QML in ArcGIS Runtime SDK for Qt, thank you for pointing out the issue with the documentation.
This is the doc (also has some c++ issue in the sample),
- Setting up app level API Key , https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-arcgisruntimeenvironment.h... .
- Setting up API Key for RouteTask, https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-routetask.html
I hope this is helpful.
Erwin
The API Key is supported in both C++ and QML in ArcGIS Runtime SDK for Qt, thank you for pointing out the issue with the documentation.
This is the doc (also has some c++ issue in the sample),
- Setting up app level API Key , https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-arcgisruntimeenvironment.h... .
- Setting up API Key for RouteTask, https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-routetask.html
I hope this is helpful.
Erwin