AutoComplete Attribute Query:

2908
1
Jump to solution
03-17-2013 11:08 PM
cadgism
Occasional 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
New Contributor III
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
New Contributor III
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