On Sat, Jul 24, 2010 at 4:27 PM, coy <[email protected]> wrote: > How do I do that? >
Search the web, parse the results? > I tried this: > > adresses = geoCoder.getFromLocationName addresses = ( > "Pizza in San Francisco, CA, United States", 5); > > but does not work. > The function is "getFromLocationName'" not "getFromArbitrarySearchTerm", i.e. it gets you a location from a specific name (landmark, address, intersection, zip code, etc). It's not supposed to do a search for you. > And this function will only return addresses, does not return the > url images. > What are "the url images"? > Probably I need to use a different function, but which one? > None that I know of built in. Any idea? > See question #1. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

