[android-developers] Drawing a marker when user touch the map

2010-11-08 Thread ZQ
Hi, I'm trying to develop an Android app that will draw a mark on the
map when the user touch the map. I've been searching around the web
but can't find any example or tutorials on it. Can anyone tell me how
can i go about doing it? Thanks in advance.

-- 
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


Re: [android-developers] Drawing a marker when user touch the map

2010-11-08 Thread TreKing
On Sun, Nov 7, 2010 at 2:59 AM, ZQ zhiqiang@gmail.com wrote:

 Can anyone tell me how can i go about doing it?


In broad terms, detect a user touched the map (using one of the various
onTap, onTouch, onWhatever functions) then add an Overlay to the MapView at
the given location.

If you want more specific help then that, please ask a more specific
question, including what you're doing so far that's not working for you.

-
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 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