How to configure search widget in ArcGIS Runtime SDK for Android

2563
2
Jump to solution
01-03-2016 02:56 AM
FatmaŞenol
Occasional Contributor II

Dear Geonet Members,

I searched posts in Geonet to find the solution but I just couldn't find what I was looking for.

Could you please kindly suggest a document or share your suggestions on how to configure

the search widget ? I want to limit the search only to the specific layers. Thank you.

Regards

0 Kudos
1 Solution

Accepted Solutions
FatmaŞenol
Occasional Contributor II

Hello,

I'm really sorry for not responding your message earlier.

Your suggestions worked for me Thank you

Best Regards

- Saygin

View solution in original post

2 Replies
AlexanderNohe1
Occasional Contributor III

Hello,

I believe that you would want to create your own search bar and when you press the search button you would want to populate the find parameters(FindParameters | ArcGIS Android 10.2.7 API ) with the text that was entered.  Then you would want to fire off the FindTask(FindTask | ArcGIS Android 10.2.7 API ) Asynchronously and when it has completed, use the FindResult to display the results ( FindResult | ArcGIS Android 10.2.7 API )

Hope this helps!

FatmaŞenol
Occasional Contributor II

Hello,

I'm really sorry for not responding your message earlier.

Your suggestions worked for me Thank you

Best Regards

- Saygin