[android-developers] Re: Clickable Map Markers

2009-07-13 Thread alexdonnini
Hello, Unless I am mistaken, a tap is not the same as a click, is it? If I am correct, would a click event need to be handled using an on- click listener? Thanks. Alex Donnini On Jun 15, 8:10 am, adadcalledrichard adadcalledrich...@gmail.com wrote: Check out the onTap(int item) method on

[android-developers] Re: Clickable Map Markers

2009-06-15 Thread adadcalledrichard
Check out the onTap(int item) method on the ItemizedOverlay class http://code.google.com/android/add-ons/google-apis/reference/index.html Cheers, Richard http://www.creelcard.com On Jun 13, 7:07 pm, pat patrick.m...@gmail.com wrote: Hi there, I am developing a map application for Android.