<?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: Geocoder, max results sugestion in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325964#M30039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the API reference regarding "suggest" for the geocoder:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://geocode.arcgis.com/arcgis/sdk/rest/index.html#/Suggest/02ss000000q2000000/" title="http://geocode.arcgis.com/arcgis/sdk/rest/index.html#/Suggest/02ss000000q2000000/"&gt;ArcGIS REST API - Services and Data Types&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see anything mentioned about configuring the number of autocomplete results... If it's not supported, maybe Esri can add it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 14:20:25 GMT</pubDate>
    <dc:creator>ChrisSmith7</dc:creator>
    <dc:date>2015-03-13T14:20:25Z</dc:date>
    <item>
      <title>Geocoder, max results sugestion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325962#M30037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the auto-complete mode&amp;nbsp; is set to true, the default max propositions is limited to 5. &lt;/P&gt;&lt;P&gt;I am wondering if this is the default behavior.&lt;/P&gt;&lt;P&gt;is there a way to change that value to 15 for example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="GeocoderMaxResults.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/72912_GeocoderMaxResults.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 19:12:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325962#M30037</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2015-03-12T19:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder, max results sugestion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325963#M30038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the API reference, there doesn't seem to be a supported property. I dug in and found the requests in one of the Esri examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest?f=json&amp;amp;text=chu%20Redlands%2C%20CA&amp;amp;location=%7B%22x%22%3A-13045531.12606351%2C%22y%22%3A4040495.7435517306%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%2C%22latestWkid%22%3A3857%7D%7D&amp;amp;distance=50000" title="http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest?f=json&amp;amp;text=chu%20Redlands%2C%20CA&amp;amp;location=%7B%22x%22%3A-13045531.12606351%2C%22y%22%3A4040495.7435517306%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%2C%22latestWkid%22%3A3857%7D%7D&amp;amp;distance=50000"&gt;http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest?f=json&amp;amp;text=chu%20Redlands%2C%20CA&amp;amp;location=%…&lt;/A&gt; &lt;A href="https://developers.arcgis.com/javascript/jsapi/geocoder-amd.html" style="line-height: 1.5;" title="https://developers.arcgis.com/javascript/jsapi/geocoder-amd.html"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This returns the object with 5 recommendations based upon string "chu". According to this page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest" title="http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest"&gt;Suggest: (ComplexCompleter)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There doesn't seem to be a way to do this, unless it's undocumented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 14:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325963#M30038</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-03-13T14:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder, max results sugestion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325964#M30039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the API reference regarding "suggest" for the geocoder:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://geocode.arcgis.com/arcgis/sdk/rest/index.html#/Suggest/02ss000000q2000000/" title="http://geocode.arcgis.com/arcgis/sdk/rest/index.html#/Suggest/02ss000000q2000000/"&gt;ArcGIS REST API - Services and Data Types&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see anything mentioned about configuring the number of autocomplete results... If it's not supported, maybe Esri can add it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 14:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325964#M30039</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-03-13T14:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder, max results sugestion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325965#M30040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I did look through the API as well with no luck. So, I posted this manner as an idea at &lt;A href="http://ideas.arcgis.com/ideaView?id=087E0000000CwulIAC" title="http://ideas.arcgis.com/ideaView?id=087E0000000CwulIAC"&gt;ArcGIS Idea - Geocode Service Max Results Suggest&lt;/A&gt; . We can all go support it and hopefully, ESRI will take it to consideration. I think it will be great if we can control the suggestions results...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 19:22:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325965#M30040</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2015-03-13T19:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder, max results sugestion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325966#M30041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you would use maxLocations under properties in the API reference. maxLocations sets the &lt;SPAN style="color: #595959; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #fafafa;"&gt;Maximum number of locations to display in the results menu. -&amp;nbsp; &lt;A href="https://developers.arcgis.com/javascript/jsapi/geocoder.html" title="https://developers.arcgis.com/javascript/jsapi/geocoder.html"&gt;Geocoder | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 20:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325966#M30041</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-03-13T20:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder, max results sugestion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325967#M30042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was my initial thought, too, but when I tried adjusting the property in one of Esri's sandboxes (&lt;A href="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=locator_widget" title="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=locator_widget"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;), it didn't appear to do anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following thread appears to explain why:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/94124"&gt;Java API Geocoder Autocomplete max results limit&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 20:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325967#M30042</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-03-13T20:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder, max results sugestion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325968#M30043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see that, but even with autocomplete turned on, the maxLocation property has a default of 6, I wonder if it's a bug. &lt;A href="https://community.esri.com/migrated-users/2525"&gt;Kelly Hutchins&lt;/A&gt;​?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 21:27:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325968#M30043</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-03-13T21:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder, max results sugestion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325969#M30044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also in the sample, the screenshot displays 6 addresses, but the when it runs, it displays 5. Makes me think it's a bug: &lt;A href="https://developers.arcgis.com/javascript/jshelp/tutorial_geocoder.html#step11" title="https://developers.arcgis.com/javascript/jshelp/tutorial_geocoder.html#step11"&gt;Geocoder widget | Guide | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 21:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325969#M30044</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-03-13T21:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder, max results sugestion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325970#M30045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The World Geocoder, which is the default geocoder used by search, doesn't support specifying maxSuggestions. It will always return 5.&amp;nbsp;&amp;nbsp; We'll add this info to the API Ref doc reference page. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 20:39:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-max-results-sugestion/m-p/325970#M30045</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-03-17T20:39:32Z</dc:date>
    </item>
  </channel>
</rss>

