I second Andrew that a non-clickable marker is the best solution.
GEvent.addListener(map,'move',function(){
crossHair.setLatLng(map.getCenter());
});
keeps it steady in the center.
GScreenOverlay would be ideal but according to Mike's unofficial
reference:
"You can't, however, click on markers through the overlay."
http://econym.org.uk/gmap/reference.htm#GScreenOverlay
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---