<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Unable to Find multiple routes between the two points on the map(Source&amp;amp;Destination) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1359549#M83082</link>
    <description>&lt;P&gt;Hi team&amp;amp; &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2786"&gt;@JuliePowell&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I developed the displaying route for the two points i.e Source and destination &amp;amp; i successfully displaying the route between these two points with the help of ArcGIS RestAPI(arcGISRest.solveRoute) , now i has a requirement i.e i has to display the possible routes min(2 or 3) not the single route between the selected points(source&amp;amp; destination) how to do it with ArcGIS RestAPI or anyway with arcGIS javascript ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 17:10:39 GMT</pubDate>
    <dc:creator>PRAVEENPATNANA</dc:creator>
    <dc:date>2023-12-14T17:10:39Z</dc:date>
    <item>
      <title>Unable to Find multiple routes between the two points on the map(Source&amp;Destination)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1359549#M83082</link>
      <description>&lt;P&gt;Hi team&amp;amp; &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2786"&gt;@JuliePowell&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I developed the displaying route for the two points i.e Source and destination &amp;amp; i successfully displaying the route between these two points with the help of ArcGIS RestAPI(arcGISRest.solveRoute) , now i has a requirement i.e i has to display the possible routes min(2 or 3) not the single route between the selected points(source&amp;amp; destination) how to do it with ArcGIS RestAPI or anyway with arcGIS javascript ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 17:10:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1359549#M83082</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-12-14T17:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Find multiple routes between the two points on the map(Source&amp;Destination)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1360983#M83126</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/705043"&gt;@PRAVEENPATNANA&lt;/a&gt;&amp;nbsp;to display routes in the JS Maps SDK, I recommend using RouteLayers which allow you to display multiple routes on the map. Here is a blog that outlines how these work:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/introducing-the-new-routelayer/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/introducing-the-new-routelayer/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To see the part that specifically covers displaying multiple routes, go to "Route Visualization."&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 17:25:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1360983#M83126</guid>
      <dc:creator>JuliePowell</dc:creator>
      <dc:date>2023-12-14T17:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Find multiple routes between the two points on the map(Source&amp;Destination)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1361133#M83128</link>
      <description>&lt;P&gt;Oh, I might have read your question wrong - you want to display to POSSIBLE routes between the same two points. The network service doesn'&lt;SPAN&gt;&lt;SPAN class=""&gt;t support returning multiple alternate routes in a single request. You could pass in a barrier preventing traveling on certain roads which would cause it to take an alternate route, but there is no way to do this automatically.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 20:36:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1361133#M83128</guid>
      <dc:creator>JuliePowell</dc:creator>
      <dc:date>2023-12-14T20:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Find multiple routes between the two points on the map(Source&amp;Destination)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1361281#M83131</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2786"&gt;@JuliePowell&lt;/a&gt;&amp;nbsp;Ok mam, i understood so at a time isn't possible for displaying the possible routes , so we able to display only one route according to the Profile like(Fastest,shortest,Avoid Tolls) ?&lt;/P&gt;&lt;P&gt;i think Network layer should give only one object i.e one route for every request?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 05:19:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1361281#M83131</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-12-18T05:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Find multiple routes between the two points on the map(Source&amp;Destination)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1364593#M83213</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/705043"&gt;@PRAVEENPATNANA&lt;/a&gt;,&amp;nbsp;yes, I think you are correct on both counts. Currently, to get additional routes, you would need to make additional requests.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 20:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-find-multiple-routes-between-the-two/m-p/1364593#M83213</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2023-12-27T20:07:47Z</dc:date>
    </item>
  </channel>
</rss>

