Hi all,
I'm having some issues with routing and wondering how I add my API key for routing into the App? I have tried to put the API key as a credential but get...
MyApp.qml:292: ReferenceError: .... is not defined /
RouteTask {
id: routeTask
url: "https://route.arcgis.com/arcgis/rest/services/World/Route/NAServer"
credential: I have registered the app and have a clientID and also clientSecret also.
Any help would be appreciated.
Eric