Draw route in Stockholm and Dehli in India.

274
0
11-26-2020 02:08 AM
MattiasWesterberg
New Contributor III
var routeSourceUri = new Uri("http://sampleserver6.arcgisonline.com/arcgis/rest/services/NetworkAnalysis/SanDiego/NAServer/Route");
var routeTask = await RouteTask.CreateAsync(routeSourceUri);

I found this example code for creating a RouteTask object.

I have been able to create a rout between two points in San Diego.

But how should i do if i want to draw a route in Stockholm or in Dehli in India? What uri strings should i use?

Is there information somewhere with uri strings to use in different parts of the world?

Is there any charge for such information?

0 Kudos
0 Replies