<?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: Using GPS coordinates as inputs for driving directions in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gps-coordinates-as-inputs-for-driving/m-p/74975#M6794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you searching for a point by GPS coordinates or just GPS coordinates alone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This example by John Gravois might help.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://johngravois.com/maps/directions-click.html" rel="nofollow" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #287433;" target="_blank"&gt;http://johngravois.com/maps/directions-click.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 14:10:03 GMT</pubDate>
    <dc:creator>williamcarr</dc:creator>
    <dc:date>2014-07-24T14:10:03Z</dc:date>
    <item>
      <title>Using GPS coordinates as inputs for driving directions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gps-coordinates-as-inputs-for-driving/m-p/74974#M6793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on a javascript webmap application, and I want to incorporate the functionality of the sample located at: &lt;A href="http://developers.arcgis.com/javascript/samples/widget_directions_basic/" title="http://developers.arcgis.com/javascript/samples/widget_directions_basic/"&gt;Directions Widget&lt;/A&gt;‌.&amp;nbsp; What I'm trying to do is use the output of the geoLocate sample to populate field A and then use the GPS coordinates of my destination point to populate field B.&amp;nbsp; Is there a place in the code where this capability is accessible?&amp;nbsp; Am I missing something?&amp;nbsp; Can this script be manipulated to allow for GPS data to be entered as variables in these fields without copying and pasting addresses location. You know they way it's done in Bing or Google?&lt;/P&gt;&lt;P&gt;I have created route geoprocessing tool that is hosted on a ArcGIS for server so I won't have to use credits from ArcGIS online.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2014 02:34:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gps-coordinates-as-inputs-for-driving/m-p/74974#M6793</guid>
      <dc:creator>JohnPapageorgiou</dc:creator>
      <dc:date>2014-07-13T02:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using GPS coordinates as inputs for driving directions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gps-coordinates-as-inputs-for-driving/m-p/74975#M6794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you searching for a point by GPS coordinates or just GPS coordinates alone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This example by John Gravois might help.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://johngravois.com/maps/directions-click.html" rel="nofollow" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #287433;" target="_blank"&gt;http://johngravois.com/maps/directions-click.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 14:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gps-coordinates-as-inputs-for-driving/m-p/74975#M6794</guid>
      <dc:creator>williamcarr</dc:creator>
      <dc:date>2014-07-24T14:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using GPS coordinates as inputs for driving directions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gps-coordinates-as-inputs-for-driving/m-p/74976#M6795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can reverse geocode your coordinates using the &lt;A href="https://developers.arcgis.com/javascript/jsapi/locator-amd.html#locationtoaddress"&gt;locationToAddress&lt;/A&gt; method.&amp;nbsp; Next, use the Directions class &lt;A href="https://developers.arcgis.com/javascript/jsapi/directions-amd.html#updatestop"&gt;updateStop&lt;/A&gt; method to populate your destination.&amp;nbsp; You can take a look at a JS Fiddle of this &lt;A href="http://jsfiddle.net/4VeyH/"&gt;here&lt;/A&gt; (you will need to login using an ArcGIS.com named user).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 17:04:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gps-coordinates-as-inputs-for-driving/m-p/74976#M6795</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-07-24T17:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using GPS coordinates as inputs for driving directions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gps-coordinates-as-inputs-for-driving/m-p/74977#M6796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I've moved your post into the&amp;nbsp; &lt;A _jive_internal="true" href="https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript"&gt;&lt;SPAN style="color: blue;"&gt;Arcgis API for Javascript&lt;/SPAN&gt;&lt;/A&gt; space. You will get a much better answer here as the &lt;A _jive_internal="true" href="https://community.esri.com/community/help-and-feedback"&gt;&lt;SPAN style="color: blue;"&gt;GeoNet Help&lt;/SPAN&gt;&lt;/A&gt; is intended for community help and feedback. I have also added in a few additional tags. You can see more on the community structure, and what topics are under each space from the following documents:&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt; &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1544"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: blue;"&gt;GeoNet Community Structure&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1545"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: blue;"&gt;ArcGIS Discussion Forums Migration Strategy&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt; Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt; Don &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 13:31:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gps-coordinates-as-inputs-for-driving/m-p/74977#M6796</guid>
      <dc:creator>DonOpgenorth</dc:creator>
      <dc:date>2014-08-13T13:31:25Z</dc:date>
    </item>
  </channel>
</rss>

