Hi, i'm using the following Route Service example:
Route service with synchronous execution—ArcGIS REST API: Directions and Routing Services | ArcGIS for Developers
I've managed to get the example to work for US data pointing to this North America service:
https://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World/solve
I'm now trying to use UK geometry, but obviously this is failing for North America data! The input points are not within the data coverage area.
What is the corresponding url for the European Route Service so that i can perform a solve query?
Also, i'm using a debLabs token to get to the NAServer, will this work for European data too, or do i need to generate a different token?
thanks
Scott