<?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 How to use the built in widgets like Directions in AMD Dojo (ArcGIS Api 4.27) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-the-built-in-widgets-like-directions-in/m-p/1640691#M87497</link>
    <description>&lt;P&gt;I am migrating the 3.x application into 4.27, there is directions widget imported as "esri/dijit/Directions", how can i import it in dojo AMD with api 4.27. there is widget.html and widget.js files. In 4.x there is only ESM import is available in the documentation, how can i import this in dojo - AMD like i had imported in 3.x.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/727644"&gt;@TimWestern&lt;/a&gt;&amp;nbsp;, Could you please help me here.&lt;BR /&gt;&lt;BR /&gt;I found this ( esri/widget/Directions),&amp;nbsp; and its working, where I can find the documentation for this.&lt;BR /&gt;&lt;BR /&gt;Thank You!&lt;/P&gt;</description>
    <pubDate>Sun, 10 Aug 2025 11:26:51 GMT</pubDate>
    <dc:creator>MirzaMuhammadAhsanAli</dc:creator>
    <dc:date>2025-08-10T11:26:51Z</dc:date>
    <item>
      <title>How to use the built in widgets like Directions in AMD Dojo (ArcGIS Api 4.27)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-the-built-in-widgets-like-directions-in/m-p/1640691#M87497</link>
      <description>&lt;P&gt;I am migrating the 3.x application into 4.27, there is directions widget imported as "esri/dijit/Directions", how can i import it in dojo AMD with api 4.27. there is widget.html and widget.js files. In 4.x there is only ESM import is available in the documentation, how can i import this in dojo - AMD like i had imported in 3.x.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/727644"&gt;@TimWestern&lt;/a&gt;&amp;nbsp;, Could you please help me here.&lt;BR /&gt;&lt;BR /&gt;I found this ( esri/widget/Directions),&amp;nbsp; and its working, where I can find the documentation for this.&lt;BR /&gt;&lt;BR /&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2025 11:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-the-built-in-widgets-like-directions-in/m-p/1640691#M87497</guid>
      <dc:creator>MirzaMuhammadAhsanAli</dc:creator>
      <dc:date>2025-08-10T11:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the built in widgets like Directions in AMD Dojo (ArcGIS Api 4.27)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-the-built-in-widgets-like-directions-in/m-p/1641102#M87504</link>
      <description>&lt;P&gt;The 4.27 AMD implementation is esri/widgets/Directions; the 4.33 documentation is &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Directions.html" target="_self"&gt;here&lt;/A&gt;, and although doesn't mention the AMD syntax, AMD is supported in 4.27 and should still be largely (if not completely) the same (that is, the properties and methods documented in 4.33 probably haven't changed much since 4.27).&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 23:31:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-the-built-in-widgets-like-directions-in/m-p/1641102#M87504</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2025-08-11T23:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the built in widgets like Directions in AMD Dojo (ArcGIS Api 4.27)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-the-built-in-widgets-like-directions-in/m-p/1641275#M87506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/802478"&gt;@MirzaMuhammadAhsanAli&lt;/a&gt;,&amp;nbsp;thanks for posting your question here.&lt;/P&gt;&lt;P&gt;Here is the 4.27 Directions widget sample for inspiration:&amp;nbsp;&lt;A href="https://codepen.io/noash/pen/vENWBvM?editors=1000" target="_blank"&gt;https://codepen.io/noash/pen/vENWBvM?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And here you can download the 4.27 version of the documentation (or other versions):&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/downloads/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/downloads/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 16:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-the-built-in-widgets-like-directions-in/m-p/1641275#M87506</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2025-08-12T16:22:07Z</dc:date>
    </item>
  </channel>
</rss>

