<?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: Using Geocoding &amp;quot;suggest&amp;quot; for auto-complete. in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170775#M1960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Morten,&lt;/P&gt;&lt;P&gt;Do you know if there is any plan to have 'suggest' operation available for locators in the near future?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 17:56:33 GMT</pubDate>
    <dc:creator>HuyHo</dc:creator>
    <dc:date>2016-02-17T17:56:33Z</dc:date>
    <item>
      <title>Using Geocoding "suggest" for auto-complete.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170773#M1958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a simple single-line location search use an online geocoding service. I want to implement auto-complete similar to what is available with the Javascript Geocoder widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I've not been able to find any resources on how to implement the suggest API for the .NET runtime SDK. Searching the documentation only brings up the GeocodeService class which has a "SupportsSuggest" property but there is no indication of how to actually do suggests in .NET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or assistance you can give me on how to implement geocoding auto-complete in .NET would be appreciated. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 18:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170773#M1958</guid>
      <dc:creator>BradBriles</dc:creator>
      <dc:date>2014-12-02T18:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Geocoding "suggest" for auto-complete.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170774#M1959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 'Suggest' operation is not supported by the ArcGIS Runtime 10.2.4 locator. You can use the Find operation to get a similar experience though:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find.htm" title="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find.htm"&gt;find—ArcGIS REST API: World Geocoding Service | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-suggest.htm" title="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-suggest.htm"&gt;suggest—ArcGIS REST API: World Geocoding Service | ArcGIS for Developers&lt;/A&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 20:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170774#M1959</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2014-12-03T20:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Geocoding "suggest" for auto-complete.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170775#M1960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Morten,&lt;/P&gt;&lt;P&gt;Do you know if there is any plan to have 'suggest' operation available for locators in the near future?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170775#M1960</guid>
      <dc:creator>HuyHo</dc:creator>
      <dc:date>2016-02-17T17:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using Geocoding "suggest" for auto-complete.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170776#M1961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-demos-dotnet/blob/master/src/KmlViewer/KmlViewer.Windows/FindLocationControl.xaml.cs#L46" title="https://github.com/Esri/arcgis-runtime-demos-dotnet/blob/master/src/KmlViewer/KmlViewer.Windows/FindLocationControl.xaml.cs#L46"&gt;arcgis-runtime-demos-dotnet/FindLocationControl.xaml.cs at master · Esri/arcgis-runtime-demos-dotnet · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 23:40:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170776#M1961</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2016-02-17T23:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using Geocoding "suggest" for auto-complete.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170777#M1962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but I meant for LocalLocatorTask.&amp;nbsp; OnlineLocatorTask has the FindAsync() function, but not for LocalLocatorTask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When building the locator in ArcGIS for Desktop, I do see an option to "Enable suggestions (optional)" to allow character-by-character auto-complete suggestions.&amp;nbsp; But it says "The suggestion functionality is only exposed when such a locator is published as a geocode service".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 14:42:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-geocoding-quot-suggest-quot-for-auto/m-p/170777#M1962</guid>
      <dc:creator>HuyHo</dc:creator>
      <dc:date>2016-02-18T14:42:48Z</dc:date>
    </item>
  </channel>
</rss>

