i want to get the map.controls[google.maps.ControlPosition.BOTTOM_LEFT] 's (lat,lng)
so how to get it ?
thanks
i want to get the map.controls[google.maps.ControlPosition.BOTTOM_LEFT] 's (lat,lng)
so how to get it ?
thanks
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.