<?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 Can you force RouteTask to use a specific street? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-force-routetask-to-use-a-specific-street/m-p/446585#M41233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just started playing with routeTask and, although it works great, it can produce some unintended routes. I can't see an obvious way to do this so I'll just ask- can you specify a parameter to the route task so that any route that is calculated MUST utilize a specific street?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm considering using the routeTask to help map road segments by specifying the starting and ending locations. The problem occurs if there's a major road that parallels the actual road I want because the calculated route will jump onto the major road instead of following the local road. In my simple tests, the route task would create the route I wanted if I was able to add another stop along the road I'm interested in and between the two end points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 02:15:52 GMT</pubDate>
    <dc:creator>SteveCole</dc:creator>
    <dc:date>2013-04-10T02:15:52Z</dc:date>
    <item>
      <title>Can you force RouteTask to use a specific street?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-force-routetask-to-use-a-specific-street/m-p/446585#M41233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just started playing with routeTask and, although it works great, it can produce some unintended routes. I can't see an obvious way to do this so I'll just ask- can you specify a parameter to the route task so that any route that is calculated MUST utilize a specific street?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm considering using the routeTask to help map road segments by specifying the starting and ending locations. The problem occurs if there's a major road that parallels the actual road I want because the calculated route will jump onto the major road instead of following the local road. In my simple tests, the route task would create the route I wanted if I was able to add another stop along the road I'm interested in and between the two end points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 02:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-force-routetask-to-use-a-specific-street/m-p/446585#M41233</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2013-04-10T02:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can you force RouteTask to use a specific street?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-force-routetask-to-use-a-specific-street/m-p/446586#M41234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;*bump*?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 22:01:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-force-routetask-to-use-a-specific-street/m-p/446586#M41234</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2013-04-15T22:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can you force RouteTask to use a specific street?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-force-routetask-to-use-a-specific-street/m-p/446587#M41235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;looking through the REST help for the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/rest/apiref/nasolve.html"&gt;Solve&lt;/A&gt;&lt;SPAN&gt; operation, it doesn't look like it.&amp;nbsp; there seem to be more options for restrictions than for "forcing"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 22:43:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-force-routetask-to-use-a-specific-street/m-p/446587#M41235</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-04-15T22:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can you force RouteTask to use a specific street?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-force-routetask-to-use-a-specific-street/m-p/446588#M41236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, John. The documentation for routeParam is pretty vague so I wasn't sure about that. I think as a work around, I'll prompt the user to click along the desired street and then add the clicked point as a third stop along the desired route.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 13:58:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-force-routetask-to-use-a-specific-street/m-p/446588#M41236</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2013-04-16T13:58:04Z</dc:date>
    </item>
  </channel>
</rss>

