<?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 Curb Apporach property in android offline route calculation in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/curb-apporach-property-in-android-offline-route/m-p/643883#M6144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am creating an android application for offline route calculation.as i am adding the new stops or calculating the route i want to setup the curb approch property&amp;nbsp; ,i am creating a Stopgraphics and then add these stopgraphics to the network analyst parameters and solving the network anlayst ,currently route is calculated with default setting of both the setting but i like to change the setting on to the runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Haider&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2014 09:50:03 GMT</pubDate>
    <dc:creator>Haider_AliFaheem</dc:creator>
    <dc:date>2014-06-26T09:50:03Z</dc:date>
    <item>
      <title>Curb Apporach property in android offline route calculation</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/curb-apporach-property-in-android-offline-route/m-p/643883#M6144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am creating an android application for offline route calculation.as i am adding the new stops or calculating the route i want to setup the curb approch property&amp;nbsp; ,i am creating a Stopgraphics and then add these stopgraphics to the network analyst parameters and solving the network anlayst ,currently route is calculated with default setting of both the setting but i like to change the setting on to the runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Haider&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 09:50:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/curb-apporach-property-in-android-offline-route/m-p/643883#M6144</guid>
      <dc:creator>Haider_AliFaheem</dc:creator>
      <dc:date>2014-06-26T09:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Curb Apporach property in android offline route calculation</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/curb-apporach-property-in-android-offline-route/m-p/643884#M6145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Haider,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The curb approach settings is not an explicit method on the StopGraphic class, but can be added as an attribute on the graphic.&amp;nbsp; The values supported for offline routing are the same as those supported for Network Analyst services.&amp;nbsp; Detailed information about each value can be found in the stop attribute section of the service docs &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/arcgis-rest-api/#/Route_service/02r300000036000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/arcgis-rest-api/#/Route_service/02r300000036000000/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A quick reference would look something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0 - either side&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - right side&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - left side&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 - no U-turn&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And accompanying Android code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Map&amp;lt;String,Object&amp;gt; attributes = new HashMap&amp;lt;String,Object&amp;gt;(); &amp;nbsp;&amp;nbsp;&amp;nbsp; attributes.put("CurbApproach", 1); // set right side curb approach &amp;nbsp;&amp;nbsp;&amp;nbsp; StopGraphic stop = new StopGraphic(new Point(-117,34), attributes);&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 15:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/curb-apporach-property-in-android-offline-route/m-p/643884#M6145</guid>
      <dc:creator>JosephDean</dc:creator>
      <dc:date>2014-06-27T15:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Curb Apporach property in android offline route calculation</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/curb-apporach-property-in-android-offline-route/m-p/643885#M6146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Haider,&lt;BR /&gt;&lt;BR /&gt;The curb approach settings is not an explicit method on the StopGraphic class, but can be added as an attribute on the graphic.&amp;nbsp; The values supported for offline routing are the same as those supported for Network Analyst services.&amp;nbsp; Detailed information about each value can be found in the stop attribute section of the service docs &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/#/Route_service/02r300000036000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/en/help/arcgis-rest-api/#/Route_service/02r300000036000000/&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;A quick reference would look something like this:&lt;BR /&gt;0 - either side&lt;BR /&gt;1 - right side&lt;BR /&gt;2 - left side&lt;BR /&gt;3 - no U-turn&lt;BR /&gt;&lt;BR /&gt;And accompanying Android code:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Map&amp;lt;String,Object&amp;gt; attributes = new HashMap&amp;lt;String,Object&amp;gt;();
&amp;nbsp;&amp;nbsp;&amp;nbsp; attributes.put("CurbApproach", 1); // set right side curb approach
&amp;nbsp;&amp;nbsp;&amp;nbsp; StopGraphic stop = new StopGraphic(new Point(-117,34), attributes);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Joseph&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Joseph,that is a great help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:22:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/curb-apporach-property-in-android-offline-route/m-p/643885#M6146</guid>
      <dc:creator>Haider_AliFaheem</dc:creator>
      <dc:date>2021-12-12T03:22:12Z</dc:date>
    </item>
  </channel>
</rss>

