<?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: Address index searching in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/address-index-searching/m-p/341029#M4009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create Locator in ArcMap with the style you want and Share it has Runtime Content and then use it like this sample :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/sample-code/OfflineGeocoding/" title="https://developers.arcgis.com/net/sample-code/OfflineGeocoding/"&gt;Geocoding | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enjoy &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 09:36:00 GMT</pubDate>
    <dc:creator>ShaharBukra</dc:creator>
    <dc:date>2015-01-29T09:36:00Z</dc:date>
    <item>
      <title>Address index searching</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/address-index-searching/m-p/341028#M4008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I implement index searching for address similar to Google map search?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 19:08:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/address-index-searching/m-p/341028#M4008</guid>
      <dc:creator>StevenLam</dc:creator>
      <dc:date>2015-01-22T19:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Address index searching</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/address-index-searching/m-p/341029#M4009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create Locator in ArcMap with the style you want and Share it has Runtime Content and then use it like this sample :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/sample-code/OfflineGeocoding/" title="https://developers.arcgis.com/net/sample-code/OfflineGeocoding/"&gt;Geocoding | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enjoy &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 09:36:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/address-index-searching/m-p/341029#M4009</guid>
      <dc:creator>ShaharBukra</dc:creator>
      <dc:date>2015-01-29T09:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Address index searching</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/address-index-searching/m-p/341030#M4010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the response.&amp;nbsp; I am sorry for not making my question clear.&amp;nbsp; Here is what I would like to implement Autocomplete/Autosuggest feature when user perform the location search.&amp;nbsp; I was able to use QueryAsync to get the list of addresses or streetname from the feature in geodatabase then bind to ComboBox that has Autocomplete feature.&amp;nbsp; I found this way had an issue because of the hit with memory increasing in the way up to 400MB.&amp;nbsp; Is there a better way to implement it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 17:34:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/address-index-searching/m-p/341030#M4010</guid>
      <dc:creator>StevenLam</dc:creator>
      <dc:date>2015-01-29T17:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Address index searching</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/address-index-searching/m-p/341031#M4011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately we don't have any specific auto-complete functionality at the moment - but here's an example of how you could implement it in a WPF app: &lt;A href="http://www.arcgis.com/home/item.html?id=21a58d089764402e90ce127894dec94e" title="http://www.arcgis.com/home/item.html?id=21a58d089764402e90ce127894dec94e"&gt;http://www.arcgis.com/home/item.html?id=21a58d089764402e90ce127894dec94e&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's built against the previous WPF SDK but should give you an idea of how you could implement similar functionality in the .NET SDK.&lt;A href="http://developersdev.arcgis.com/net/sample-code/" title="http://developersdev.arcgis.com/net/sample-code/"&gt;http://developersdev.arcgis.com/net/sample-code/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/address-index-searching/m-p/341031#M4011</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2015-01-30T09:54:59Z</dc:date>
    </item>
  </channel>
</rss>

