Add a marker to an image in javascript?
Posted
by Richard
on Stack Overflow
See other posts from Stack Overflow
or by Richard
Published on 2009-10-26T11:01:35Z
Indexed on
2010/05/19
15:30 UTC
Read the original article
Hit count: 564
Hi,
Anyone know how I can add a marker to an image (not a map) in Javascript?
Ideally I'd like a handler that behaves much like adding a marker to a map - i.e. onclick causes a marker to be displayed at the point that was clicked, and returns the x/y pixel coordinates of the point that was clicked.
Is this possible?
Cheers Richard
© Stack Overflow or respective owner