Address index searching

3968
3
01-22-2015 11:08 AM
StevenLam
New Contributor

How do I implement index searching for address similar to Google map search?

0 Kudos
3 Replies
ShaharBukra
New Contributor III

you can create Locator in ArcMap with the style you want and Share it has Runtime Content and then use it like this sample :

Geocoding | ArcGIS for Developers

enjoy

0 Kudos
StevenLam
New Contributor

Thank you very much for the response.  I am sorry for not making my question clear.  Here is what I would like to implement Autocomplete/Autosuggest feature when user perform the location search.  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.  I found this way had an issue because of the hit with memory increasing in the way up to 400MB.  Is there a better way to implement it?

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi,

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: http://www.arcgis.com/home/item.html?id=21a58d089764402e90ce127894dec94e

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.http://developersdev.arcgis.com/net/sample-code/

Cheers

Mike

0 Kudos