You can use the article at this link to understand GeoCode class: http://www.anddev.org/simple_googlemaps_with_threads-t2943.html As for search, the above article has its own search mechanism implemented, but you can look up the API of SearchManager to understand how to directly use the SearchUI available to you in your activity. useful Activity Methods: onSearchRequested() can be called to start a search.
Setting meta-data and searchable.xml are described in the SearchManager API and depending on you need you need to customize it. On Dec 1, 9:58 pm, Peterman <[EMAIL PROTECTED]> wrote: > Hi > > Someone know how to do a search in android? I would like make a search > that it give me the coordenates of the locations founded. I heard > about the class Geocoder but I don't know to use it or it this class > is the solution. > > thanks a lot --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

