Hi! I wanted to make an app that displays the map, for example, Pizza in San Francisco, CA, United States, as well as in maps.google.com: http://maps.google.com/maps?f=q&source=s_q&hl=pt-BR&geocode=&q=Pizza+in+San+Francisco,+CA,+United+States&sll=37.784622,-122.435503&sspn=0.044906,0.104628&ie=UTF8&hq=Pizza&hnear=San+Francisco,+Calif%C3%B3rnia&z=14
How do I do that? I tried this: adresses = geoCoder.getFromLocationName addresses = ( "Pizza in San Francisco, CA, United States", 5); but does not work. And this function will only return addresses, does not return the url images. Probably I need to use a different function, but which one? Any idea? Thank you! -- 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

