A hack:
map.getContainer().lastChild.style.whiteSpace = "normal";
The <div> that contains copyright <span> and TOU <a> has 'always' been
the last child element of map container. API sets its style:
{-moz-user-select: none;
z-index: 0;
position: absolute;
right: 3px;
bottom: 2px;
color: black;
font-family: Arial,sans-serif;
font-size: 11px;
white-space: nowrap;
text-align: right;}
If you set white-space to 'normal' you can set the width too.
The TOU link has a css classname "terms-of-use-link" but the
copyrights span has no classname.
--
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.