Select to view content in your preferred language

geo-autocomplete like google maps does

743
1
04-12-2012 01:25 PM
tomw
by
Emerging Contributor
Does esri has some thing like google maps does that in Find an Address to start auto populating as user starts typing?
[ATTACH=CONFIG]13479[/ATTACH]
0 Kudos
1 Reply
vipulsoni
Regular Contributor
Does esri has some thing like google maps does that in Find an Address to start auto populating as user starts typing?
[ATTACH=CONFIG]13479[/ATTACH]


Hi,

for this you need to do some code and then you can achieve the similar functionality. In my case I have executed a query task on the sdk:AutoCompleteBox (xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk" ) in its event for AutoBox_KeyUp. and further added the query results to the grid and displayed. therefore on every key up event I query and then clear the grid and then add the results to the grid.
0 Kudos