I'm looking to add a logo with a hyperlink click to a custom map that
never changes location on the map.
In order to do this I've used the GScreenOverlay object and added the
overlay to the map. However no matter what I'm trying can I seem to
get it to recognize a click on the image.
How can I do this?
Below is the code I'm using to add a Screen overlay.
var overlay = new GScreenOverlay("http://<my url>/logo.png", new
GScreenPoint(70,5), new GScreenPoint(0,0), new GScreenSize(102,41));
$(overlay).addClass("screenOverlay");
map.addOverlay(overlay);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---