I have noticed that in most google maps you can not drag the marker icon into your address bar and see or download the icon .png file itself. Rather then you hover your cursor over the marker, you can see javascript:void(0).
How is that achieved? Thanks!
It looks like markers in the v3 API cannot be dragged to the address bar, while markers in the v2 API can.
The following v3 example does not allow the marker to move around (tested in Firefox and Chrome). It also shows
javascript:void(0)in the status bar:Screenshot:
Google Maps API No Marker Dragging v3 http://img339.imageshack.us/img339/570/nodrag.jpg
On the other hand, the same example using the v2 API, allows the marker to be dragged to the address bar:
Screenshot:
Google Maps API No Marker Dragging v2 http://img39.imageshack.us/img39/8330/yesdrag.jpg