<?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: ESRI SDK Question in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-sdk-question/m-p/1663277#M87824</link>
    <description>&lt;P&gt;Hello. Thanks for the question.&lt;/P&gt;&lt;P&gt;To clarify: Routing is the process of getting a turn-by-turn route solution between points, and navigation is the process of following that route interactively, considering the user's location, potentially with voice-guidance and/or re-routing.&lt;/P&gt;&lt;P&gt;Both the ArcGIS Maps SDK for JavaScript and the ArcGIS Maps SDKs for Native Apps support turn-by-turn &lt;EM&gt;routing&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Only the Native Maps SDKs support &lt;EM&gt;navigation&lt;/EM&gt; (through the RouteTracker API). The RouteTracker API is available in the &lt;A href="https://developers.arcgis.com/net/route-and-directions/navigate-a-route/" target="_self" rel="nofollow noopener noreferrer"&gt;.NET&lt;/A&gt;, Flutter, &lt;A href="https://developers.arcgis.com/kotlin/route-and-directions/navigate-a-route/" target="_self" rel="nofollow noopener noreferrer"&gt;Kotlin&lt;/A&gt;, &lt;A href="https://developers.arcgis.com/qt/route-and-directions/navigate-a-route/" target="_self" rel="nofollow noopener noreferrer"&gt;Qt&lt;/A&gt;, and &lt;A href="https://developers.arcgis.com/swift/route-and-directions/navigate-a-route/" target="_self" rel="nofollow noopener noreferrer"&gt;Swift&lt;/A&gt;&amp;nbsp;Maps SDKs (the Flutter Maps SDK does not yet have conceptual guide doc, but you can explore the samples &lt;A href="https://developers.arcgis.com/flutter/sample-code/navigate-route/" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/flutter/sample-code/navigate-route-with-rerouting/" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;, and the API reference &lt;A href="https://developers.arcgis.com/flutter/api-reference/reference/arcgis_maps/RouteTracker-class.html" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Interactive location tracking and navigation is not typically a browser-based experience, so the JavaScript Maps SDK does not have an equivalent.&lt;/P&gt;&lt;P&gt;If you are looking to build a React-Native type of experience around one of our Native SDKs, you would have to build the bindings yourself.&lt;/P&gt;&lt;P&gt;You might also try asking in &lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bd-p/arcgis-api-for-javascript-questions" target="_self"&gt;JavaScript Maps SDK Questions&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Nov 2025 17:00:40 GMT</pubDate>
    <dc:creator>ShareUser</dc:creator>
    <dc:date>2025-11-04T17:00:40Z</dc:date>
    <item>
      <title>ESRI SDK Question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-sdk-question/m-p/1663276#M87823</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The customer have a question as to the usage of the ESRI javascript/angular SDK’s.&lt;/P&gt;&lt;P&gt;Context:&lt;/P&gt;&lt;P&gt;They are in the process of developing a mobile app, using web cross-platform technologies, e.g. VUE.js with Capacitor, React etc.&lt;/P&gt;&lt;P&gt;From brief google searches it appears that the ESRI SDK for web does not support navigation features (e.g. turn by turn routing etc.).&lt;/P&gt;&lt;P&gt;This functionality is available on the Kotlin or Swift native SDK.&lt;/P&gt;&lt;P&gt;Please can you confirm that this is a correct analysis. And if so, what are the options for our mobile app?&lt;/P&gt;&lt;P&gt;Is there a wrapper possibly?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 17:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-sdk-question/m-p/1663276#M87823</guid>
      <dc:creator>ShareUser</dc:creator>
      <dc:date>2025-11-04T17:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI SDK Question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-sdk-question/m-p/1663277#M87824</link>
      <description>&lt;P&gt;Hello. Thanks for the question.&lt;/P&gt;&lt;P&gt;To clarify: Routing is the process of getting a turn-by-turn route solution between points, and navigation is the process of following that route interactively, considering the user's location, potentially with voice-guidance and/or re-routing.&lt;/P&gt;&lt;P&gt;Both the ArcGIS Maps SDK for JavaScript and the ArcGIS Maps SDKs for Native Apps support turn-by-turn &lt;EM&gt;routing&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Only the Native Maps SDKs support &lt;EM&gt;navigation&lt;/EM&gt; (through the RouteTracker API). The RouteTracker API is available in the &lt;A href="https://developers.arcgis.com/net/route-and-directions/navigate-a-route/" target="_self" rel="nofollow noopener noreferrer"&gt;.NET&lt;/A&gt;, Flutter, &lt;A href="https://developers.arcgis.com/kotlin/route-and-directions/navigate-a-route/" target="_self" rel="nofollow noopener noreferrer"&gt;Kotlin&lt;/A&gt;, &lt;A href="https://developers.arcgis.com/qt/route-and-directions/navigate-a-route/" target="_self" rel="nofollow noopener noreferrer"&gt;Qt&lt;/A&gt;, and &lt;A href="https://developers.arcgis.com/swift/route-and-directions/navigate-a-route/" target="_self" rel="nofollow noopener noreferrer"&gt;Swift&lt;/A&gt;&amp;nbsp;Maps SDKs (the Flutter Maps SDK does not yet have conceptual guide doc, but you can explore the samples &lt;A href="https://developers.arcgis.com/flutter/sample-code/navigate-route/" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/flutter/sample-code/navigate-route-with-rerouting/" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;, and the API reference &lt;A href="https://developers.arcgis.com/flutter/api-reference/reference/arcgis_maps/RouteTracker-class.html" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Interactive location tracking and navigation is not typically a browser-based experience, so the JavaScript Maps SDK does not have an equivalent.&lt;/P&gt;&lt;P&gt;If you are looking to build a React-Native type of experience around one of our Native SDKs, you would have to build the bindings yourself.&lt;/P&gt;&lt;P&gt;You might also try asking in &lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bd-p/arcgis-api-for-javascript-questions" target="_self"&gt;JavaScript Maps SDK Questions&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 17:00:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-sdk-question/m-p/1663277#M87824</guid>
      <dc:creator>ShareUser</dc:creator>
      <dc:date>2025-11-04T17:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI SDK Question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-sdk-question/m-p/1663616#M87828</link>
      <description>&lt;P&gt;See also here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/routing/routing-intro/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/routing/routing-intro/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/?tagged=routing" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/?tagged=routing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 17:03:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-sdk-question/m-p/1663616#M87828</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2025-11-05T17:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI SDK Question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-sdk-question/m-p/1663617#M87829</link>
      <description>&lt;P&gt;See also here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/routing/routing-intro/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/routing/routing-intro/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/?tagged=routing" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/?tagged=routing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 17:04:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-sdk-question/m-p/1663617#M87829</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2025-11-05T17:04:11Z</dc:date>
    </item>
  </channel>
</rss>

