<?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: Custom Address Locator on ArcGIS Online in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-address-locator-on-arcgis-online/m-p/295824#M27156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaron, it looks like this would be much simpler if ArcGIS locators supported suggestions offering the same out of the box capabilities as the ArcGIS World Geocoding Service.&amp;nbsp; Esri is actively working on adding suggestions capabilities for locators organizations build from their own address data.&amp;nbsp; Look for this new capability for locators built with ArcGIS 10.3 and hosted with ArcGIS Server 10.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 19:05:47 GMT</pubDate>
    <dc:creator>JeffRogers</dc:creator>
    <dc:date>2014-08-19T19:05:47Z</dc:date>
    <item>
      <title>Custom Address Locator on ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-address-locator-on-arcgis-online/m-p/295821#M27153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have my own address suggestion service that returns the format necessary to handle /findAddressCandidates? calls such that it works with the geocoder widget on default settings.&amp;nbsp; I added a faked out root-level json call so I could get it added to our organization's geocoders under Edit Settings &amp;gt; Utility Services.&amp;nbsp; I do not see any calls challenging the service in the web logs, other than the root-level one, when I add the geocoder, load a webmap in the online viewer, or use the embed code on our website, but the geocoder will not get loaded in the widget.&amp;nbsp; As far as I can tell this is the same js geocoder widget being used, but the geocoders array has only one entry for our ArcGIS Server service.&amp;nbsp; Does anyone know what it might be checking for that prevents it from being loaded in the widget?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Service URL:&amp;nbsp; &lt;A href="http://www.portlandmaps.com/locator" title="http://www.portlandmaps.com/locator"&gt;http://www.portlandmaps.com/locator&lt;/A&gt;‌ [/findAddressCandidates?&amp;lt;params&amp;gt;]&lt;/P&gt;&lt;P&gt;Geocoder Widget Example: &lt;A href="http://www.portlandmaps.com/geocoder" title="http://www.portlandmaps.com/geocoder"&gt;http://www.portlandmaps.com/geocoder&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;ArcGIS Online WebMap Viewer: &lt;A href="http://pdx.maps.arcgis.com/home/webmap/viewer.html?webmap=0ef42379c5c540e8b7cc356c88933f6b" title="http://pdx.maps.arcgis.com/home/webmap/viewer.html?webmap=0ef42379c5c540e8b7cc356c88933f6b"&gt;http://pdx.maps.arcgis.com/home/webmap/viewer.html?webmap=0ef42379c5c540e8b7cc356c88933f6b&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Embed Code Example: &lt;A href="http://www.portlandmaps.com/embed" title="http://www.portlandmaps.com/embed"&gt;http://www.portlandmaps.com/embed&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Portland Locator&lt;/STRONG&gt; is the one that hits our ArcGIS Server compound locator service.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Suggest &lt;/STRONG&gt;is the one that is missing from the widget&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="3448" alt="agol_geocoders.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/3448_agol_geocoders.png" style="width: 620px; height: 245px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 19:12:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-address-locator-on-arcgis-online/m-p/295821#M27153</guid>
      <dc:creator>deleted-user-RAnWn8DDSd1P</dc:creator>
      <dc:date>2014-08-14T19:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Address Locator on ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-address-locator-on-arcgis-online/m-p/295822#M27154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so I found the filter in &lt;SPAN style="font-size: 9.0pt; font-family: Consolas; color: #222222; background: white;"&gt;&lt;A href="http://pdx.maps.arcgis.com/home/webmap/templates/OnePane/basicviewer/javascript/layout.js"&gt;http://pdx.maps.arcgis.com/home/webmap/templates/OnePane/basicviewer/javascript/layout.js&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1467: //only use geocoders with a singleLineFieldName that allow placefinding unless its custom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; geocoders = dojo.filter(geocoders, function (geocoder) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(geocoder.name &amp;amp;&amp;amp; geocoder.name === &lt;STRONG&gt;"Custom"&lt;/STRONG&gt;){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return (esri.isDefined(geocoder.singleLineFieldName));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }else{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return (esri.isDefined(geocoder.singleLineFieldName) &amp;amp;&amp;amp; &lt;STRONG&gt;esri.isDefined(geocoder.placefinding)&lt;/STRONG&gt; &lt;STRONG&gt;&amp;amp;&amp;amp; geocoder.placefinding)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, making the geocoder name "Custom" or checking Place Finding makes it show up, however the geocoder widget options needs to have &lt;STRONG&gt;autoComplete: true &lt;/STRONG&gt;to display suggestions while typing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE:&amp;nbsp; the online viewer does suggest results but the embed code version does not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE 2: embed code has &lt;STRONG&gt;autoComplete: hasEsri&lt;/STRONG&gt; so adding ESRI World geocoder as a third option then sets &lt;STRONG&gt;autoComplete: true&lt;/STRONG&gt;.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 17:02:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-address-locator-on-arcgis-online/m-p/295822#M27154</guid>
      <dc:creator>deleted-user-RAnWn8DDSd1P</dc:creator>
      <dc:date>2014-08-18T17:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Address Locator on ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-address-locator-on-arcgis-online/m-p/295823#M27155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like an issue we should look at in the embed code. I'll look into modifying the embed code so that it can enable autoComplete when the world geocoder isn't displayed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 21:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-address-locator-on-arcgis-online/m-p/295823#M27155</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-08-18T21:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Address Locator on ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-address-locator-on-arcgis-online/m-p/295824#M27156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaron, it looks like this would be much simpler if ArcGIS locators supported suggestions offering the same out of the box capabilities as the ArcGIS World Geocoding Service.&amp;nbsp; Esri is actively working on adding suggestions capabilities for locators organizations build from their own address data.&amp;nbsp; Look for this new capability for locators built with ArcGIS 10.3 and hosted with ArcGIS Server 10.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 19:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-address-locator-on-arcgis-online/m-p/295824#M27156</guid>
      <dc:creator>JeffRogers</dc:creator>
      <dc:date>2014-08-19T19:05:47Z</dc:date>
    </item>
  </channel>
</rss>

