Does somebody know how i can get the pins on my map when i do a search like this
Uri uri = Uri.parse(geo:0,0?restaurant); Intent intent = new Intent(getBaseContext,uri); startActivity(intent); Then the place who are a bar are showing up on a red balloon on my mapview. The point is that i want to catch them in a list/string format so a can choose one and send the description to somebody.... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

