Hi, I need to create a MapView with the similar functionality of
Android "Maps" application
First, I need to know how to draw the similar "pin" and balloon info
showed when you "search for pizza" with the arrows to iterate between
the list of results, the text into the balloons and the color change
when click on the balloons (It works like a button). I don't need the
functionality, only how to draw them. Is it a bitmap or I should
create it manually, how i can set the text into the ballons?

Second, I need to implement something like the dragable pin with the
man picture inside (when you select "Street View"). Also, I want to
know about the motion and listener used to do it. Because now, if I
want to drag something the map scrolls a lot, so how I can scroll the
map only when I'm close to the window borders?

Thanks...

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to