Hi Mark. I know google maps isn't open, but the same/similar api on the iphone allows for users to develop consistent apps, so the popup on pins in google maps look exactly the same in custom apps. The whole platform's closed there, but consistency is possible without having to reinvent the wheel.. :(
As to overiding onTap, that's working ok, but I want a speech bubble or similar for the user to get some information before then deciding to drill into the item. This is in fact what the maps online api lets you do, just odd that the one on android doesn't do it. Shame.. On 7 Oct, 22:09, "Mark Murphy" <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---

