On Dec 1, 7:32 pm, Papa Bear <[EMAIL PROTECTED]> wrote: > I use map.showControls() and map.hideControls() to give my map a > "clean look" when the mouse pointer is not "on" the map. This is > useful, especially when you embed the map on a larger page with other > information, so that the map is not cluttered looking in the off > state, and the controls appear only when the user goes to the map.
These are undocumented methods and I also noticed some problems with recent API versions. The worst is probably that Google logo and copyright string may not appear, if you call map.hideControls() immediately at page load. The safest way is to use only documented methods and to hide the individual elements with own code. GE --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
