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
solution and how can i show the information (text and image).
I try to solve my problem with ItemizedOverlay and the onTap()
function. I get the correct index if i click on one bitmap. But i dont
know, how i can popup the information (text or image). Must i
implement a transparent panel and then show the information in that
panel? i dont want to see only a Toast. The user should decide himself
when he wants to close the information.
What i want is something similar to the google maps application: If i
click in the map, a popup shows the latitude/longitude or the
streetname.

Thanks in advance,
Stefan

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to