I have created a custom control using the following code:
pos = new GControlPosition(G_ANCHOR_BOTTOM_LEFT, new GSize(5,63));
pos.apply(document.getElementById("control-share"));
map.getContainer().appendChild(document.getElementById("control-
share"));
I would like to create an info window or the like which is shown when
you click on the control and is hidden when you click it again,
similar to a marker with an info window.
How can this be done?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---