<?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 Consuming Routing Functionality of ArcGIS Indoor in Custom Web Application in ArcGIS Indoors Questions</title>
    <link>https://community.esri.com/t5/arcgis-indoors-questions/consuming-routing-functionality-of-arcgis-indoor/m-p/1355058#M630</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created and deployed an indoor WebMap on ArcGIS Online. The routing functionality of this WebMap works fine on the Indoor Viewer. However, I want to use this in a custom JS application where the indoor map is utilized using the WebMap Class of the ArcGIS JS SDK, but I am unable to enable routing in it.&lt;/P&gt;&lt;P&gt;Any leads on how I can achieve this?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Mani Jauhari&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 12:22:03 GMT</pubDate>
    <dc:creator>jauhari_mani</dc:creator>
    <dc:date>2023-11-30T12:22:03Z</dc:date>
    <item>
      <title>Consuming Routing Functionality of ArcGIS Indoor in Custom Web Application</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/consuming-routing-functionality-of-arcgis-indoor/m-p/1355058#M630</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created and deployed an indoor WebMap on ArcGIS Online. The routing functionality of this WebMap works fine on the Indoor Viewer. However, I want to use this in a custom JS application where the indoor map is utilized using the WebMap Class of the ArcGIS JS SDK, but I am unable to enable routing in it.&lt;/P&gt;&lt;P&gt;Any leads on how I can achieve this?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Mani Jauhari&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 12:22:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/consuming-routing-functionality-of-arcgis-indoor/m-p/1355058#M630</guid>
      <dc:creator>jauhari_mani</dc:creator>
      <dc:date>2023-11-30T12:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Routing Functionality of ArcGIS Indoor in Custom Web Application</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/consuming-routing-functionality-of-arcgis-indoor/m-p/1355346#M631</link>
      <description>&lt;P&gt;Hi Mani!&lt;/P&gt;&lt;P data-unlink="true"&gt;To enable routing in a custom JS app, you can use the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-route.html" target="_self"&gt;Route&amp;nbsp;&lt;/A&gt;class. There is a &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/route/" target="_self"&gt;sample&lt;/A&gt; showing how to implement the class, use it to solve routes, and display the routes on a map. If desired, you can also use the &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-directions/" target="_self"&gt;Directions widget&lt;/A&gt; to allow users to enter start and end locations and receive turn-by-turn directions. In any case, the app will need access to the published route service.&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 20:06:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/consuming-routing-functionality-of-arcgis-indoor/m-p/1355346#M631</guid>
      <dc:creator>JasonHineEsri</dc:creator>
      <dc:date>2023-11-30T20:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Routing Functionality of ArcGIS Indoor in Custom Web Application</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/consuming-routing-functionality-of-arcgis-indoor/m-p/1356700#M639</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/510733"&gt;@JasonHineEsri&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I found the Route Class useful in leveraging my network layer. However, I'm facing an issue with the indoor web map, as it includes a z-index for stops that I'm struggling to capture. The floor filter only allows us to view different layers but doesn't provide the necessary information about the z-index. This information is crucial for the payload of stops to generate a route. Can you provide any suggestions or references to help me achieve routing in an Indoor Map application?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 08:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/consuming-routing-functionality-of-arcgis-indoor/m-p/1356700#M639</guid>
      <dc:creator>jauhari_mani</dc:creator>
      <dc:date>2023-12-05T08:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Routing Functionality of ArcGIS Indoor in Custom Web Application</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/consuming-routing-functionality-of-arcgis-indoor/m-p/1356908#M640</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/641713"&gt;@jauhari_mani&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are correct that the FloorFilter widget does not return z-values (elevation). What you can do is use the information from the FloorFilter to make a Query to get the Levels feature, and extract the z-value from the Levels feature. You can then use that z-value when creating the Stops features, so the Stops are positioned on the correct floor.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 16:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/consuming-routing-functionality-of-arcgis-indoor/m-p/1356908#M640</guid>
      <dc:creator>JasonHineEsri</dc:creator>
      <dc:date>2023-12-05T16:29:36Z</dc:date>
    </item>
  </channel>
</rss>

