<?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 Geocoding widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142901#M13321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have been looking at the Geocoders on JavaScript Api site and they all work fine....but looking for a widget that displays possible options as the user is typing in the location.&amp;nbsp; Is there an example like that out there?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I start typing&amp;nbsp; "rich"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a drop down would appear with the options for location that start with "rich"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thus allowing the user to select the one they want&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2014 14:47:18 GMT</pubDate>
    <dc:creator>jaykapalczynski</dc:creator>
    <dc:date>2014-06-03T14:47:18Z</dc:date>
    <item>
      <title>Geocoding widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142901#M13321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have been looking at the Geocoders on JavaScript Api site and they all work fine....but looking for a widget that displays possible options as the user is typing in the location.&amp;nbsp; Is there an example like that out there?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I start typing&amp;nbsp; "rich"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a drop down would appear with the options for location that start with "rich"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thus allowing the user to select the one they want&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 14:47:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142901#M13321</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2014-06-03T14:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142902#M13322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jstutorials/tutorial_geocoder.html" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/javascript/jstutorials/tutorial_geocoder.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; var geocoder = new Geocoder({ &amp;nbsp; autoComplete: true, &amp;nbsp; map: map }, dom.byId("search"));&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please make sure you check out our documentation, samples and tutorials.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, don't be afraid to use Google. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The above link is the first entry when searching for "esri geocoder autocomplete"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 14:53:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142902#M13322</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-06-03T14:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142903#M13323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks....was looking at this example and it does not mention the autocomplete&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/locator_simple.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://developers.arcgis.com/javascript/jssamples/locator_simple.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And different code....confusing sometimes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
var geocoder = new Geocoder({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map: map
&amp;nbsp;&amp;nbsp;&amp;nbsp; }, "search");
 geocoder.startup();
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; 
var geocoder = new Geocoder({
&amp;nbsp; autoComplete: true,
&amp;nbsp; map: map,
}, dom.byId("search"));
geocoder.startup();
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:52:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142903#M13323</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-12-11T07:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142904#M13324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks....was looking at this example and it does not mention the autocomplete&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/locator_simple.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://developers.arcgis.com/javascript/jssamples/locator_simple.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And different code....confusing sometimes&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No worries. Remember, the documentation always has more information than a sample can convey.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In regards to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
var geocoder = new Geocoder({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map: map
&amp;nbsp;&amp;nbsp;&amp;nbsp; }, "search");
 geocoder.startup();
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; 
var geocoder = new Geocoder({
&amp;nbsp; autoComplete: true,
&amp;nbsp; map: map,
}, dom.byId("search"));
geocoder.startup();
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both of these do the same thing in practice.. it comes down to preference and understanding why one way works versus the other. Without getting into too much detail, the Geocoder widget handles both of these methods for setting the srcNodeRef.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Coding styles differ like local accents in language... a southern accent compared to a New York accent for example. You can say the same thing in many different ways &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As long as you understand "why" and "how", you will be able to understand the difference in any code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:52:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142904#M13324</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2021-12-11T07:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142905#M13325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Appreciated....Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:26:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-widget/m-p/142905#M13325</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2014-06-04T11:26:36Z</dc:date>
    </item>
  </channel>
</rss>

