<?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: Set differents Travel Modes on Offline Routes in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268191#M1757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same question and I can't find "setTravelMode" in RouteParameters on 10.2.8-1 API. And these links are broken:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fandroid%2Fbeta%2Fapi-reference%2Freference%2Fcom%2Fesri%2Farcgisruntime%2Ftasks%2Froute%2FRouteParameters.html%23setTravelMode%2528com.esri.arcgisruntime.tasks.route.TravelMode%2529" rel="nofollow" target="_blank"&gt;RouteParameters| arcgis-android&lt;/A&gt; and &lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fandroid%2Fbeta%2Fapi-reference%2Freference%2Fcom%2Fesri%2Farcgisruntime%2Ftasks%2Froute%2FRouteTaskInfo.html" rel="nofollow" target="_blank"&gt;RouteTaskInfo| arcgis-android&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I have to do to set Travel Mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Mar 2017 17:53:32 GMT</pubDate>
    <dc:creator>TércyoStorck1</dc:creator>
    <dc:date>2017-03-23T17:53:32Z</dc:date>
    <item>
      <title>Set differents Travel Modes on Offline Routes</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268189#M1755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple question (i never tried it but i think it's possible) about work with offline Routing data on Android API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use RoutTask with parameters (pre-configured on Network Dataset) to calculate different routes to "Travel Modes"?&amp;nbsp; Ex: Routes for cars or trucks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Navigate App for iOS have a quick reference that shows this func and i think it's possible...&lt;/P&gt;&lt;P&gt;&lt;A href="http://doc.arcgis.com/en/navigator/iphone/navigate/quick-reference.htm" title="http://doc.arcgis.com/en/navigator/iphone/navigate/quick-reference.htm"&gt;Quick reference—Navigate | ArcGIS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 22:40:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268189#M1755</guid>
      <dc:creator>IgorReuter</dc:creator>
      <dc:date>2016-03-31T22:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set differents Travel Modes on Offline Routes</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268190#M1756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe from your question your network dataset has pre-existing travel modes and you want to switch between them to find different routing solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is the case you can get the Travel Modes defined on the Network dataset using the route task's RouteTaskInfo.&amp;nbsp; From this object you can get a list of TravelMode objects (getTravelModes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the RouteParameters object, that you pass into the RouteTask, you can use the setTravelMode to set the one you want to use for a particular solve .... as taken from the list of travel mode objects returned by the RouteTaskInfo as noted above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the help doc at&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/android/beta/api-reference/reference/com/esri/arcgisruntime/tasks/route/RouteParameters.html#setTravelMode%28com.esri.arcgisruntime.tasks.route.TravelMode%29" title="https://developers.arcgis.com/android/beta/api-reference/reference/com/esri/arcgisruntime/tasks/route/RouteParameters.html#setTravelMode%28com.esri.arcgisruntime.tasks.route.TravelMode%29"&gt;RouteParameters| arcgis-android&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/android/beta/api-reference/reference/com/esri/arcgisruntime/tasks/route/RouteTaskInfo.html" title="https://developers.arcgis.com/android/beta/api-reference/reference/com/esri/arcgisruntime/tasks/route/RouteTaskInfo.html"&gt;RouteTaskInfo| arcgis-android&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 22:01:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268190#M1756</guid>
      <dc:creator>FrankKish</dc:creator>
      <dc:date>2016-04-01T22:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set differents Travel Modes on Offline Routes</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268191#M1757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same question and I can't find "setTravelMode" in RouteParameters on 10.2.8-1 API. And these links are broken:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fandroid%2Fbeta%2Fapi-reference%2Freference%2Fcom%2Fesri%2Farcgisruntime%2Ftasks%2Froute%2FRouteParameters.html%23setTravelMode%2528com.esri.arcgisruntime.tasks.route.TravelMode%2529" rel="nofollow" target="_blank"&gt;RouteParameters| arcgis-android&lt;/A&gt; and &lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fandroid%2Fbeta%2Fapi-reference%2Freference%2Fcom%2Fesri%2Farcgisruntime%2Ftasks%2Froute%2FRouteTaskInfo.html" rel="nofollow" target="_blank"&gt;RouteTaskInfo| arcgis-android&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I have to do to set Travel Mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 17:53:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268191#M1757</guid>
      <dc:creator>TércyoStorck1</dc:creator>
      <dc:date>2017-03-23T17:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set differents Travel Modes on Offline Routes</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268192#M1758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at the links provided, I believe the previous answer was provided for the ArcGIS Android Beta for Runtime version 100. &amp;nbsp;The links were at the time pointing to the beta documentation. &amp;nbsp;For updated links, please view the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/tasks/networkanalysis/RouteParameters.html" title="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/tasks/networkanalysis/RouteParameters.html"&gt;RouteParameters| arcgis-android&lt;/A&gt;&amp;nbsp; and&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/tasks/networkanalysis/RouteTaskInfo.html" title="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/tasks/networkanalysis/RouteTaskInfo.html"&gt;RouteTaskInfo| arcgis-android&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:12:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268192#M1758</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-03-24T13:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set differents Travel Modes on Offline Routes</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268193#M1759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So... No TravelMode for&amp;nbsp;10.2.8-1 API, Right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268193#M1759</guid>
      <dc:creator>TércyoStorck1</dc:creator>
      <dc:date>2017-03-24T19:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set differents Travel Modes on Offline Routes</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268194#M1760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that I could find, granted, I may have missed something or over read it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 12:30:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-differents-travel-modes-on-offline-routes/m-p/268194#M1760</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-03-27T12:30:21Z</dc:date>
    </item>
  </channel>
</rss>

