Hi
I asked the question on this mailing list myself with no response
(http://groups.google.com/group/android-developers/browse_thread/
thread/ac596b6b85d2548c#). So a friend makes me pay attention to your
thread.
How did you manage to get that speech bubble on your map?
I used the MyItemizedOverlay.java from the MapsView-Tutorial.
I found out that there are 2 onTap calls:
protected boolean onTap(int index)
{
return true;
}
and
public boolean onTap(GeoPoint p, MapView mapView) {
return true;
}
What to change in this functions to get the speech bubble?
Should I set something to allow an onTap call?
Where can I find more about that stuff. Google's reference is a little
bit confusing to me.
Thank You and
Best wishes to all of you :-D
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---