Select to view content in your preferred language

AutoComplete Attribute Query:

3110
1
Jump to solution
03-17-2013 11:08 PM
cadgism
Regular Contributor
I would like to implement an attribute query, like in Google maps.
A field in an attribute table should populate as autocomplete suggestions  in an autocomplete control
to find the feature in layer. Any suggestions, please..

Thank you
0 Kudos
1 Solution

Accepted Solutions
ThomasBinu
Deactivated User
I would like to implement an attribute query, like in Google maps.
A field in an attribute table should populate as autocomplete suggestions  in an autocomplete control
to find the feature in layer. Any suggestions, please..

Thank you



You have to write your own adapter that implements the filterable interface and use it in an  autocompletetextview.

View solution in original post

0 Kudos
1 Reply
ThomasBinu
Deactivated User
I would like to implement an attribute query, like in Google maps.
A field in an attribute table should populate as autocomplete suggestions  in an autocomplete control
to find the feature in layer. Any suggestions, please..

Thank you



You have to write your own adapter that implements the filterable interface and use it in an  autocompletetextview.
0 Kudos