<?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: Driving Directions button/capability addition to map app in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/driving-directions-button-capability-addition-to/m-p/353198#M17761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still haven't gotten an answer to this.&amp;nbsp; Any chance of someone uploading a Basic Viewer that has a driving directions button? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2012 19:14:15 GMT</pubDate>
    <dc:creator>PJNabors</dc:creator>
    <dc:date>2012-07-11T19:14:15Z</dc:date>
    <item>
      <title>Driving Directions button/capability addition to map app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/driving-directions-button-capability-addition-to/m-p/353197#M17760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I add driving directions capability to my map app?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Test web app: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tva.maps.arcgis.com/apps/OnePane/basicviewer/index.html?appid=e541c091f87e4cdd8eeb057a5a5e6d78&amp;amp;basemapGroupOwner=pjnabors&amp;amp;basemapGroupTitle=" rel="nofollow" target="_blank"&gt;http://tva.maps.arcgis.com/apps/OnePane/basicviewer/index.html?appid=e541c091f87e4cdd8eeb057a5a5e6d78&amp;amp;basemapGroupOwner=pjnabors&amp;amp;basemapGroupTitle='TVA%20BaseMaps%20for%20Dispersed%20Recreation%20Map%20App&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PJ&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 12:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/driving-directions-button-capability-addition-to/m-p/353197#M17760</guid>
      <dc:creator>PJNabors</dc:creator>
      <dc:date>2012-06-20T12:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Driving Directions button/capability addition to map app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/driving-directions-button-capability-addition-to/m-p/353198#M17761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still haven't gotten an answer to this.&amp;nbsp; Any chance of someone uploading a Basic Viewer that has a driving directions button? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 19:14:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/driving-directions-button-capability-addition-to/m-p/353198#M17761</guid>
      <dc:creator>PJNabors</dc:creator>
      <dc:date>2012-07-11T19:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Driving Directions button/capability addition to map app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/driving-directions-button-capability-addition-to/m-p/353199#M17762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi PJ, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not an easy task, I have attempted to do this in the past with no luck.&amp;nbsp; You need to look at the API's for help.&amp;nbsp; The JavaScript API would probably be the easiest and it is free (where as the Flex API requires Adobe Flex and the Silverlight API requires Microsoft Silverlight).&amp;nbsp; Here is a link to the concept page of the JavaScript API &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; If you navigate to 'Inside the API' and then down to "Popups and Info Windows" it gives you code examples of the different types of things you can add to a pop-up.&amp;nbsp; If you couple that with the "Using the RouteTask" examples you may be able to do it.&amp;nbsp; This requires a geoprocessing task and there is a sample ArcGIS server that you can use but it will max out the number of directions given (I think around a million a month).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the "Samples" tab at the top of the API page you will get full code for some examples.&amp;nbsp; Here you want to look at the "Find and Identify" examples for the pop-ups and the "Network Analyst" for the directions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need to host this on your own web server.&amp;nbsp; There is code to have it reference your ArcGIS Online Maps.&amp;nbsp; You can use the sample GIS server for the directions task depending on your use,free for personal I believe.&amp;nbsp; If you have an ArcGIS Server than you can create your own geoproccessing task for directions (if you have the network analyst extension).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Amber&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:20:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/driving-directions-button-capability-addition-to/m-p/353199#M17762</guid>
      <dc:creator>AmberT</dc:creator>
      <dc:date>2012-07-16T12:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Driving Directions button/capability addition to map app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/driving-directions-button-capability-addition-to/m-p/353200#M17763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much for the help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 19:52:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/driving-directions-button-capability-addition-to/m-p/353200#M17763</guid>
      <dc:creator>PJNabors</dc:creator>
      <dc:date>2012-07-16T19:52:05Z</dc:date>
    </item>
  </channel>
</rss>

