On Sep 16, 3:27 pm, Richiee <[email protected]> wrote: > > So I was wondering if anyone could point to any tutorials or other > implementations with clearer javascript code. As a first step I just > want to be able to get a HTML overlay window on top of a google map, > that is my first goal.
Have a look at www.acny.org.uk/923 -- on the Find Us tab, the legend in the bottom-right hand corner is an HTML overlay. It's created by the function legend_control(), at line 229 foll in that page. Basically it creates part of the DOM which it then attaches in the right place. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
