On Jan 20, 11:58 am, Gary <[email protected]> wrote: > I've tried a few different things and comment your name in there > Andrew, I really thought what I was try was going to work.
Your **control** which holds the div is called labelControl -- that's the name of the constructor function -- so you need to add that: map.addControl(new labelControl()); This is definitely wrong: map.addControl(new GLargeMapControl(), new labelContainer()); because addControl doesn't work like that. The second parameter should be a position, not another control. http://code.google.com/apis/maps/documentation/reference.html#GMap2.addControl Currently your page as displayed starts with --> so you have disrupted an HTML comment somewhere, and there is an error "GBrowserIsCompatible is not defined" so there's probably a { ... } mismatched as well. 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.
