On Thu, May 27, 2010 at 7:22 PM, Pil <[email protected]> wrote:
>
> Regardless what it is. It cannot be positioned absolute and it can
> also not be positioned using the "intelligent flowing" of
> ControlPosition.

It's simply not a control.  v3 controls do not support the display of
non-controls.

> A similar problem seems to appear here
>
> http://www.wolfpil.de/map-in-a-box.html
>
> The problem would be the icon at the bottom right.
> Either I quit the whole maps stuff or a crude hack will be the result.

Line 170 looks like a "crude hack" to me:

  /* Move the 'Terms of Use' 25px to the left
  * to make sure that it's fully readable
  */
 var terms = container.childNodes[2];
 terms.style.marginRight = "25px";

> The possibilities of positioning a control in v3 are completely
> inflexible compared to v2.

v2 only allowed to insert absolutely positioned divs.  You can just do
that in the DOM if you like.  v3 adds the possibility of flow control,
so your controls play nice with each other and with default controls.

> --
> You received this message because you are subscribed to the Google Groups 
> "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to