You can use the CSS margin-bottom style to move your 'Full Screen'
control up a bit so as not to obscure the Google legal stuff:

var container = document.createElement("div");
container.style.marginBottom="20px";

Martin.


On May 15, 6:59 pm, Andrew Leach <[email protected]> wrote:
> On May 15, 2:49 pm, ss ss <[email protected]> wrote:
>
> > Dear Andrew,
> >                    I have solved it with the left zero value. I dont quite
> > understand how to tell the map the resize have happen to the tiling will be
> > fine? Once my div is 100% will be automatically done?
>
> No: you have to tell the map to recalculate its 
> size.http://code.google.com/apis/maps/documentation/javascript/v2/referenc...
>
> > Any idea on this
> > "probably recentre the map so it looks like the edges have expanded rather
> > than the div has been moved".
>
> You need to work out the centre pixel of your map, find its geographic
> location, resize the map (including the checkResize) and then re-
> centre it to the location you 
> found.http://code.google.com/apis/maps/documentation/javascript/v2/referenc...
>
> > I am also trying to solve the last problem on
> > Terms. Can relocate the terms to another location?
>
> You can't relocate the Terms link. You can reposition your control to
> avoid it.
>
> http://code.google.com/apis/maps/documentation/javascript/v2/referenc...http://code.google.com/apis/maps/documentation/javascript/v2/referenc...http://code.google.com/apis/maps/documentation/javascript/v2/referenc...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to