I have a custom View object (extends View) with own draw function. I use it in list of items in ListView with my custom adapter. I would like to use it on map also. How can I crate map marker from instance of my view object? I think it have to be simple, but I can't find right way myself, and deadline is hot.
Thank in advance. Rado.