I need a marker that behaves much like adding a marker to a map. On double click cause a marker to be displayed at the point that was clicked, and returns the x/y pixel coordinates of the point that was clicked.
I want to be able to add those markers into div element (<div id="paper"></div>) that has got map drawn in javascript already.
Any help here is much appreciated!
1 Answer