Reputation: 11
Im looking for some examples of a transparent fixed postion image that overlays a map. When moving the map, the transparent image should not move and the markers should appear on top of the image.
Does anyone know of any examples?
Upvotes: 1
Views: 5320
Reputation: 6057
There's a way with a div on top of another one. It positions a + marker over the center of the map.
http://code.google.com/p/gmaps-samples-v3/source/browse/trunk/geocoder/getlatlng.html
the crosshair image is http://code.google.com/p/gmaps-samples-v3/source/browse/trunk/geocoder/crosshair.gif
Test here: http://jsfiddle.net/Q27DD/1/
Upvotes: 2