Did you read the documentation?
http://code.google.com/apis/maps/documentation/reference.html#GMap2.getBounds

Did you read the posting guidelines?
http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines
http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical

--
Marcelo - http://maps.forum.nu
--


On Dec 15, 10:48 am, padu <[email protected]> wrote:
> How are you?
>    In my case I have a map with with width 100% and height 800px
>
> In Get Map method
> getMap()
> {
>       var bounds1 = map.getBounds();
>     //alert(bounds1);
>     center = map.getCenter();
>     var southWest = bounds1.getSouthWest();
>     var northEast = bounds1.getNorthEast();
>
> }
>
> While zooming the map in zoom level 2 data is missing due to map size
> is like 0 to 180 ,-180 to 180 due to this we are not getting correct
> bounds on single cocordinates,
> What is the right approch to fetch the bounded rectangle valuess in a
> map in zooming also
>
> Thanks in advance

--

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.


Reply via email to