Re: [android-developers] show information after click on overlay

2009-12-31 Thread TreKing
how i can popup the information (text or image). Must i implement a transparent panel and then show the information in that panel? Yes. Create the layout / view you want to display as a popup then add it to the mapview with a set of MapView.LayoutParameters that specify the coordinates to

[android-developers] show information after click on overlay

2009-12-30 Thread Stefan
Hello, i work on two map based application, where i can save important points with text or image (first software). In the second software i want to draw overlays on the map with the important points (draw a bitmap, works fine). So i try to develop a overlay class. What kind of overlay is the best