<?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 Re: User defined routes without the STOP in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/user-defined-routes-without-the-stop/m-p/709122#M2353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi David, I just want to make sure I understand your exact issue so we can consider it in future requirements planning if we don't support it now.&amp;nbsp; You'd like to modify the route with waypoints to force a user-specified route without having to treat that waypoint as a stop and click 'continue'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, you're correct that there is no way to set waypoints that aren't stops.&amp;nbsp; ALN was originally built as a companion app to ArcLogistics Desktop so it was assumed all route editing would be done on the desktop and then pushed to the mobile navigator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2012 14:24:50 GMT</pubDate>
    <dc:creator>BertYagrich</dc:creator>
    <dc:date>2012-01-17T14:24:50Z</dc:date>
    <item>
      <title>User defined routes without the STOP</title>
      <link>https://community.esri.com/t5/transportation-questions/user-defined-routes-without-the-stop/m-p/709121#M2352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There does not seem to be a way of providing a list of waypoints to follow without defining each one as a STOP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The consequence is that ALN will announce "you will arrive..." for each STOP and you have to choose to continue after each STOP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you confirm if there is a method of defining a user specified route which ends with a STOP?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 11:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/user-defined-routes-without-the-stop/m-p/709121#M2352</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2012-01-17T11:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: User defined routes without the STOP</title>
      <link>https://community.esri.com/t5/transportation-questions/user-defined-routes-without-the-stop/m-p/709122#M2353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi David, I just want to make sure I understand your exact issue so we can consider it in future requirements planning if we don't support it now.&amp;nbsp; You'd like to modify the route with waypoints to force a user-specified route without having to treat that waypoint as a stop and click 'continue'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, you're correct that there is no way to set waypoints that aren't stops.&amp;nbsp; ALN was originally built as a companion app to ArcLogistics Desktop so it was assumed all route editing would be done on the desktop and then pushed to the mobile navigator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 14:24:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/user-defined-routes-without-the-stop/m-p/709122#M2353</guid>
      <dc:creator>BertYagrich</dc:creator>
      <dc:date>2012-01-17T14:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: User defined routes without the STOP</title>
      <link>https://community.esri.com/t5/transportation-questions/user-defined-routes-without-the-stop/m-p/709123#M2354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the quick answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is correct. You're forced to click continue once a stop is reached. We would like this to be skipped until the final stop is reached on the mobile device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been looking at the documentation and I see that there is an event called OnArriveAtStop(StopIndex, StopName)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be possible to add a code here that would automatically continue the route if the stop isn't final.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In theory calling ContinueTracking() should do just that from what I read in the document "Programmatic Remote Control of ArcLogistics Navigator"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this makes sense?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 13:45:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/user-defined-routes-without-the-stop/m-p/709123#M2354</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2012-01-18T13:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: User defined routes without the STOP</title>
      <link>https://community.esri.com/t5/transportation-questions/user-defined-routes-without-the-stop/m-p/709124#M2355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi David, the remote control API is designed to be used with a second application.&amp;nbsp; If you had some other field worker application for your driver, they could use that onsite and then use it to push the next destination to ALN for navigation.&amp;nbsp; There isn't anything you can modify within the ALN application itself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 14:26:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/user-defined-routes-without-the-stop/m-p/709124#M2355</guid>
      <dc:creator>BertYagrich</dc:creator>
      <dc:date>2012-01-18T14:26:37Z</dc:date>
    </item>
  </channel>
</rss>

