> I've looked through the documentation but can't seem to find any > references that indicate how to get a speech bubble type pop-up on a > MapView. I want to show a "tooltip" for a pin on my map, then to > click on the bubble to launch my Intent. This is pretty much what the > google maps app is doing, I just want to be able to do this with my > map data, but there seems to be a lack of events and methods within > the MapView classes to be able to provide consistent behavior with the > android platform.
Overriding onTap() in your ItemizedOverlay implementation isn't working for you? > Am I missing something obvious, or do I have to put together my own > overlay drawables to craft something which looks the same? Yes. Google Maps is not open source. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

