views:

15

answers:

1

i want to get the map.controls[google.maps.ControlPosition.BOTTOM_LEFT] 's (lat,lng)

so how to get it ?

thanks

+1  A: 

You can call the map's getBounds() function and then the getSouthWest() on the result to return the latlng object for the bottom left corner of the map.

dave