Kevin Duffey wrote:
> Using Mark Murphy's online books, he describes how to do this. I don't
> know if it is the only way, but basically you extend
> ItemizedOverlay<OverlayItem>, in the constructor you do the
> items.add(OverlyaItem) method call. This will add overlayitem's to the
> map. These items are clickable and you can implement the click handler
> in the OverlayItem extending class that you provide/add.

That'll work for tapping on an OverlayItem. It will not work for tapping
on arbitrary spots on the map, though. I haven't tried doing that.

> I recommend his books. He responds here a lot and has his own forum and
> weekly chats as well. Well worth $40.

Thanks!

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 2.8
Available!
-- 
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