> Any suggestions welcome. Thanks in advance.

ahhhhhh. but now I look at it, I didn't even have the basics right - I
still have this problem, even without the padding prototype.
http://www.xelawho.com/map/twocolumn5.htm

I can't see where I'm going wrong... I define an empty global bounds
array:
var bounds = [];

initialize it in the onload:
bounds = new google.maps.LatLngBounds();

and call it in the global scope:

centerZoom();

function centerZoom() {
 map.setZoom(map.getBoundsZoomLevel(bounds));
        map.setCenter(bounds.getCenter());
                 }

I know I'm missing something really obvious... but what?

-- 
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