How can I drag a DOM object(image) (which is outside of ) into a map then create a marker there?
Posted
by Dau Thanh Hai
on Stack Overflow
See other posts from Stack Overflow
or by Dau Thanh Hai
Published on 2010-04-30T19:40:15Z
Indexed on
2010/05/03
15:18 UTC
Read the original article
Hit count: 429
Hi, I just want to add some kind of markers which are listed beside map, then user can drag them in to map. I tried to use GEvent.addDomListener(domObj, "drag",functName); but it didn't works. Is there any way to do that? Thanks Dau
© Stack Overflow or respective owner