On Wed, Oct 27, 2010 at 4:19 AM, Ferro Francesco <[email protected]>wrote:
> I was wondering how can I display a bubble ... when I tap on one of my > Marker that are on my Android google map ? > Create a layout that defines your bubble. Then on tapping your icon, add the layout to the MapView using addView() with the appropriate LayoutParameters, which allows you to place it based on screen position or geo-location. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

