Select to view content in your preferred language

ESRI direction service

852
4
03-12-2019 05:26 AM
RatikantaLenka1
Emerging Contributor

I am using arcgis javascript Direction Service.  After getting response the stops are not in order. That means the order I put the stops as input are different when I get the response from Direction Service.

0 Kudos
4 Replies
JohnGrayson
Esri Alum

Try setting the findBestSequence to false parameter of your RouteParameters.

RatikantaLenka1
Emerging Contributor

Hi,

Thanks for your reply. Actually we are using Direction Serivce, and

there I can find no "findBestSequece" property.

https://developers.arcgis.com/javascript/3/jsapi/directions-amd.html#maxstopsreached

Thanks & Regards

Ratikant

0 Kudos
JohnGrayson
Esri Alum

If using the Directions dijit in 3.17, I would start by looking at some of the constructor parameters such as 'optimalRoute' and 'showOptimalRouteOption'.

RatikantaLenka1
Emerging Contributor

Thanks for your suggestion. I will try.

0 Kudos