On Jan 28, 10:34 am, shah <[email protected]> wrote: > I already tried. but how can I confirm that whether it really returns > the map extent or not.
It seems to work ok for me, but if you really want to be sure, you can compare the values returned to map.getBounds().getSouthWest().toString() -- and .getNorthEast(); and to map.getBounds().getSouthWest().lat() and .lng(), etc If you **really** want to see, you could try adding a marker at the locations returned and check that the marker is at the corner of the visible area. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
